Skip to content

Commit d3efbf8

Browse files
committed
Push v2.11.0
1 parent d41c30b commit d3efbf8

7 files changed

Lines changed: 650 additions & 223 deletions

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let discordClient = null;
1010
let discordConnected = false;
1111
let updateAvailable = false;
1212

13-
const APP_VERSION = '2.10.0';
13+
const APP_VERSION = '2.11.0';
1414
const DISCORD_CLIENT_ID = '1442337181208281239';
1515

1616
// Lets retry that commit

settings.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ <h2>📦 Version Information</h2>
248248

249249
<div class="version-info">
250250
<span class="version-label">Current Version:</span>
251-
<span class="version-value" id="current-version">v2.10.0</span>
251+
<span class="version-value" id="current-version">v2.11.0</span>
252252
</div>
253253

254254
<div class="version-info">
@@ -286,7 +286,7 @@ <h2>❔ What is Icarus</h2>
286286

287287
<div class="footer">
288288
<p class="footer">Made with <3 by the ArkIDE Team </p>
289-
<p class="footer">Icarus Version: 2.10.0 | Kronos Version: <span id="kronos-version">[GHCOMMIT]</span></p>
289+
<p class="footer">Icarus Version: 2.11.0 | Kronos Version: <span id="kronos-version">[GHCOMMIT]</span></p>
290290
</div>
291291
</div>
292292

@@ -400,7 +400,7 @@ <h2>❔ What is Icarus</h2>
400400
const currentVersion = result.currentVersion;
401401
const latestVersion = result.latestVersion;
402402

403-
// Simple version comparison (works for semantic versioning like 2.10.0)
403+
// Simple version comparison (works for semantic versioning like 2.11.0)
404404
const isAhead = currentVersion.localeCompare(latestVersion, undefined, { numeric: true, sensitivity: 'base' }) > 0;
405405

406406
if (isAhead) {

source/camera.svg

2.06 KB
Loading

source/js/editor~embed~fullscreen~player~playground.js

Lines changed: 644 additions & 217 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/js/editor~embed~fullscreen~player~playground.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
2.06 KB
Loading

source/sw.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)