Skip to content

Commit

Permalink
bump to 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chinchang committed Jul 18, 2019
1 parent 72bc2c7 commit bbdfda5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web-maker",
"version": "4.0.2",
"version": "4.0.3",
"description": "A blazing fast & offline web playground",
"scripts": {
"start": "npm run -s dev && gulp start-preview-server",
Expand Down
2 changes: 1 addition & 1 deletion src/components/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const LocalStorageKeys = {
ASKED_TO_IMPORT_CREATIONS: 'askedToImportCreations'
};
const UNSAVED_WARNING_COUNT = 15;
const version = '4.0.2';
const version = '4.0.3';

// Read forced settings as query parameters
window.forcedSettings = {};
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Web Maker",
"version": "4.0.2",
"version": "4.0.3",
"manifest_version": 2,
"description": "Blazing fast & offline playground for your web experiments",
"homepage_url": "https://webmaker.app",
Expand Down
2 changes: 1 addition & 1 deletion src/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<body>
<h3>
Settings
<span style="opacity: 0.6;font-size:0.7em;"> v4.0.1</span>
<span style="opacity: 0.6;font-size:0.7em;"> v4.0.3</span>
</h3>
<form name="optionsForm">
<label>
Expand Down

0 comments on commit bbdfda5

Please sign in to comment.