diff --git a/package.json b/package.json index 0b64719..5905c84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-maker", - "version": "3.5.0", + "version": "3.5.1", "description": "A blazing fast & offline web playground", "scripts": { "start": "if-env NODE_ENV=production && npm run -s serve || npm run -s dev", diff --git a/src/components/app.jsx b/src/components/app.jsx index 36e0880..6c147c8 100644 --- a/src/components/app.jsx +++ b/src/components/app.jsx @@ -55,7 +55,7 @@ const LocalStorageKeys = { ASKED_TO_IMPORT_CREATIONS: 'askedToImportCreations' }; const UNSAVED_WARNING_COUNT = 15; -const version = '3.5.0'; +const version = '3.5.1'; export default class App extends Component { constructor() { diff --git a/src/manifest.json b/src/manifest.json index 8922495..60de841 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,6 @@ { "name": "Web Maker", - "version": "3.5.0", + "version": "3.5.1", "manifest_version": 2, "description": "Blazing fast & offline playground for your web experiments", "homepage_url": "https://webmakerapp.com", diff --git a/src/options.html b/src/options.html index 265e038..ee72236 100644 --- a/src/options.html +++ b/src/options.html @@ -37,7 +37,7 @@

Settings - v3.5.0 + v3.5.1