Skip to content

Commit

Permalink
prepared v10.4.2 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Jan 23, 2025
1 parent 21459d2 commit 6739571
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## in development:

## 10.4.1:
* **Notable Fixes:**
* fixed a syntax error in the Greek translation file

### 2025-01-23
* fixed a syntax error in the Greek translation file
* prepared v10.4.2 patch

## 10.4.1:
* **Notable Fixes:**
* fixed backup mechanism when creating a new project over an unsaved one
Expand Down
2 changes: 1 addition & 1 deletion src/gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ modules.gui = '2025-January-23';

// Declarations

var SnapVersion = '10.4.1';
var SnapVersion = '10.4.2';

var IDE_Morph;
var ProjectDialogMorph;
Expand Down
2 changes: 1 addition & 1 deletion sw.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*global self, caches*/
/*jshint esversion: 6*/
var snapVersion = '10.4.1',
var snapVersion = '10.4.2',
cacheName = `snap-pwa-${snapVersion}`,
filesToCache = [
'snap.html',
Expand Down

0 comments on commit 6739571

Please sign in to comment.