diff --git a/DEVLOG.md b/DEVLOG.md index 841906d062..7529f2c199 100755 --- a/DEVLOG.md +++ b/DEVLOG.md @@ -118,6 +118,7 @@ * gui: added performer mode to regular session settings * gui: reset palette primitives when refreshing the IDE to change the language * updated v10 change log/release notes +* incremented dev version ### 2024-07-11 * store, objects: fixed another glitch when loading customized primitives diff --git a/src/gui.js b/src/gui.js index b35f4933c8..99904d02dc 100644 --- a/src/gui.js +++ b/src/gui.js @@ -91,7 +91,7 @@ modules.gui = '2024-July-12'; // Declarations -var SnapVersion = '10-240711-dev'; +var SnapVersion = '10-240712-dev'; var IDE_Morph; var ProjectDialogMorph; diff --git a/sw.js b/sw.js index dae9242191..9d2260d870 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -var snapVersion = '10-240711-dev', +var snapVersion = '10-240712-dev', cacheName = `snap-pwa-${snapVersion}`, filesToCache = [ 'snap.html',