Skip to content

Commit

Permalink
store: incremented app version to rc
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Jul 17, 2024
1 parent a503d03 commit f551afa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@
* **Translation Updates:**
* German

### 2024-07-17
* store: incremented app version to rc

### 2024-07-16
* German translation update
* translation support & German translation for embroidery library
Expand Down
2 changes: 1 addition & 1 deletion snap.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<script src="src/maps.js?version=2021-06-15"></script>
<script src="src/extensions.js?version=2024-06-07"></script>
<script src="src/xml.js?version=2021-07-05"></script>
<script src="src/store.js?version=2024-07-11"></script>
<script src="src/store.js?version=2024-07-17"></script>
<script src="src/locale.js?version=2024-07-16"></script>
<script src="src/cloud.js?version=2023-04-12"></script>
<script src="src/api.js?version=2024-02-22"></script>
Expand Down
4 changes: 2 additions & 2 deletions src/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Project*/

// Global stuff ////////////////////////////////////////////////////////

modules.store = '2024-July-11';
modules.store = '2024-July-17';

// XML_Serializer ///////////////////////////////////////////////////////
/*
Expand Down Expand Up @@ -259,7 +259,7 @@ SnapSerializer.uber = XML_Serializer.prototype;

// SnapSerializer constants:

SnapSerializer.prototype.app = 'Snap! 10-dev, https://snap.berkeley.edu';
SnapSerializer.prototype.app = 'Snap! 10-rc, https://snap.berkeley.edu';

SnapSerializer.prototype.thumbnailSize = new Point(160, 120);

Expand Down

0 comments on commit f551afa

Please sign in to comment.