Skip to content

Commit

Permalink
Set v1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhaserEditor2D committed Apr 22, 2021
1 parent e7d006b commit 291a9b4
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
- Context menu: Reveal in Files view.

- Parse {@link http://some.url}
- The Versions view.
- A welcome editor.
Expand Down
Binary file removed dist/helpcenter.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/sw.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const VER = "1.0.0-beta1_25";
const VER = "1.0.0";

// -- start here -- //

Expand Down
2 changes: 1 addition & 1 deletion dist/ver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-beta1_25
1.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "helpcenter-phaser3",
"version": "1.0.0-beta1_25",
"version": "1.0.0",
"description": "Integrated tool for browsing the Phaser docs and examples.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion source/sw.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const VER = "1.0.0-beta1_25";
const VER = "1.0.0";

// -- start here -- //

Expand Down
2 changes: 1 addition & 1 deletion source/ver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-beta1_25
1.0.0

0 comments on commit 291a9b4

Please sign in to comment.