diff --git a/HISTORY.md b/HISTORY.md
index eabd8379..b779d5d1 100755
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -8,6 +8,9 @@
* **Documentation Updates:**
* **Translation Updates:**
+### 2022-02-04
+* new dev version
+
## 7.1.2:
* **Notable Changes:**
* friendlier error messages
diff --git a/snap.html b/snap.html
index 0d5518d3..c2ffa52a 100755
--- a/snap.html
+++ b/snap.html
@@ -1,7 +1,7 @@
- Snap! 7.1.2 - Build Your Own Blocks
+ Snap! 7.1.3 - dev - Build Your Own Blocks
@@ -20,7 +20,7 @@
-
+
diff --git a/src/gui.js b/src/gui.js
index 82ae9458..7244d872 100644
--- a/src/gui.js
+++ b/src/gui.js
@@ -86,7 +86,7 @@ BlockVisibilityDialogMorph, ThreadManager*/
// Global stuff ////////////////////////////////////////////////////////
-modules.gui = '2022-January-31';
+modules.gui = '2022-February-04';
// Declarations
@@ -4775,7 +4775,7 @@ IDE_Morph.prototype.aboutSnap = function () {
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
world = this.world();
- aboutTxt = 'Snap! 7.1.2\nBuild Your Own Blocks\n\n'
+ aboutTxt = 'Snap! 7.1.3 - dev -\nBuild Your Own Blocks\n\n'
+ 'Copyright \u24B8 2008-2022 Jens M\u00F6nig and '
+ 'Brian Harvey\n'
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'
diff --git a/sw.js b/sw.js
index 98b8bc31..a91ed0a5 100644
--- a/sw.js
+++ b/sw.js
@@ -1,4 +1,4 @@
-var snapVersion = '7.1.2',
+var snapVersion = '7.1.3-dev',
cacheName = 'snap-pwa',
filesToCache = [
'snap.html',