Skip to content

Commit

Permalink
prepared v7.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Jan 30, 2022
1 parent d493b8c commit 9a87cd5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Snap! (BYOB) History

## in development:

* **New Features:**
* **Notable Changes:**
* **Notable Fixes:**
Expand All @@ -9,11 +10,16 @@
* **Documentation Updates:**
* **Translation Updates:**

## 7.1.1:
* **Notable Fixes:**
* disabled reporter drops into "When I am ..." hat block (again)
* fixed "pick random" for descending ranges, thanks, Brian!

### 2022-01-30
* new dev version
* blocks: disabled reporter drops into "When I am ..." hat block (again)
* threads: fixed #2972 (fixed "pick random" for descending ranges), thanks, Brian!

* prepared v7.1.1

## 7.1.0:
* **New Features:**
Expand Down
2 changes: 1 addition & 1 deletion snap.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Snap! 7.1.1 - dev - Build Your Own Blocks</title>
<title>Snap! 7.1.1 - Build Your Own Blocks</title>
<link rel="icon" href="src/favicon.ico" type="image/x-icon">
<link rel="manifest" href="manifest.json">
<link rel="apple-touch-icon" href="img/snap-icon-152.png">
Expand Down
2 changes: 1 addition & 1 deletion src/gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -4775,7 +4775,7 @@ IDE_Morph.prototype.aboutSnap = function () {
module, btn1, btn2, btn3, btn4, licenseBtn, translatorsBtn,
world = this.world();

aboutTxt = 'Snap! 7.1.1 - dev -\nBuild Your Own Blocks\n\n'
aboutTxt = 'Snap! 7.1.1\nBuild Your Own Blocks\n\n'
+ 'Copyright \u24B8 2008-2022 Jens M\u00F6nig and '
+ 'Brian Harvey\n'
+ '[email protected], [email protected]\n\n'
Expand Down
2 changes: 1 addition & 1 deletion sw.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var snapVersion = '7.1.0',
var snapVersion = '7.1.1',
cacheName = 'snap-pwa',
filesToCache = [
'snap.html',
Expand Down

0 comments on commit 9a87cd5

Please sign in to comment.