From aa6e1d98126086dbbfc8802c9c0e65dddcc8e899 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20M=C3=B6nig?= Date: Mon, 15 Jan 2024 08:32:19 +0100 Subject: [PATCH] new dev version for v9.2.1 --- HISTORY.md | 3 +++ snap.html | 2 +- src/gui.js | 4 ++-- sw.js | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 47a6775560..52ec70ba8f 100755 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,9 @@ ## in development: +2024-01-15 +* new dev version for v9.2.1 + ## 9.2.0: * **New Features:** * (better) matrix-kernel convolution support, automatic zero-padding diff --git a/snap.html b/snap.html index a6e3f3fa6a..3f8565afe7 100755 --- a/snap.html +++ b/snap.html @@ -20,7 +20,7 @@ - + diff --git a/src/gui.js b/src/gui.js index fc89c92129..f0eb34c2f2 100644 --- a/src/gui.js +++ b/src/gui.js @@ -87,11 +87,11 @@ BlockVisibilityDialogMorph, ThreadManager, isString, SnapExtensions, snapEquals // Global stuff //////////////////////////////////////////////////////// -modules.gui = '2024-January-11'; +modules.gui = '2024-January-15'; // Declarations -var SnapVersion = '9.2.0'; +var SnapVersion = '9.2.1-dev'; var IDE_Morph; var ProjectDialogMorph; diff --git a/sw.js b/sw.js index 7cd5342fdb..abf3537a05 100644 --- a/sw.js +++ b/sw.js @@ -1,4 +1,4 @@ -var snapVersion = '9.2.0', +var snapVersion = '9.2.1-dev', cacheName = `snap-pwa-${snapVersion}`, filesToCache = [ 'snap.html',