diff --git a/HISTORY.md b/HISTORY.md
index 9178a8c2..5a1ebc2c 100755
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -2,6 +2,9 @@
## in development:
+## 6.1.4:
+* fixed "green flag" symbol size for embedded proects (for real ^^)=
+
## 6.1.3:
* **Notable Changes:**
* exporting pictures of (semi-) faded blocks now includes the cropped solid background color
diff --git a/snap.html b/snap.html
index ed243de3..600d0264 100755
--- a/snap.html
+++ b/snap.html
@@ -3,7 +3,7 @@
- Snap! Build Your Own Blocks 6.1.3
+ Snap! Build Your Own Blocks 6.1.4
@@ -11,7 +11,7 @@
-
+
diff --git a/src/gui.js b/src/gui.js
index f1ad124a..8c886cd4 100644
--- a/src/gui.js
+++ b/src/gui.js
@@ -3969,7 +3969,7 @@ IDE_Morph.prototype.aboutSnap = function () {
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
world = this.world();
- aboutTxt = 'Snap! 6.1.3\nBuild Your Own Blocks\n\n'
+ aboutTxt = 'Snap! 6.1.4\nBuild Your Own Blocks\n\n'
+ 'Copyright \u24B8 2008-2020 Jens M\u00F6nig and '
+ 'Brian Harvey\n'
+ 'jens@moenig.org, bh@cs.berkeley.edu\n\n'