diff --git a/package.json b/package.json index dc7254b..78a18cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-maker", - "version": "3.2.0", + "version": "3.3.0", "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/HelpModal.jsx b/src/components/HelpModal.jsx index 0d2dc4d..5901965 100644 --- a/src/components/HelpModal.jsx +++ b/src/components/HelpModal.jsx @@ -7,7 +7,7 @@ export function HelpModal(props) {

Web Maker
- v3.2.0 + {props.version}

diff --git a/src/components/app.jsx b/src/components/app.jsx index 0e83e36..e0ae6b2 100644 --- a/src/components/app.jsx +++ b/src/components/app.jsx @@ -49,13 +49,12 @@ const LocalStorageKeys = { ASKED_TO_IMPORT_CREATIONS: 'askedToImportCreations' }; const UNSAVED_WARNING_COUNT = 15; -const version = '3.2.0'; +const version = '3.3.0'; export default class App extends Component { constructor() { super(); this.AUTO_SAVE_INTERVAL = 15000; // 15 seconds - this.state = { isSavedItemPaneOpen: false, isModalOpen: false, @@ -1110,6 +1109,7 @@ export default class App extends Component { show={this.state.isHelpModalOpen} closeHandler={() => this.setState({ isHelpModalOpen: false })} onSupportBtnClick={this.openSupportDeveloperModal.bind(this)} + version={version} /> - - Settings - Web Maker - - + + - -

Settings - - v3.2.0 -

-
- + +

Settings + + v3.3.0 +

+ + - + -
 
- -
+
 
+ + - - + +