1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-28 17:20:13 +02:00

bump to 3.3.0

This commit is contained in:
Kushagra Gour
2018-06-23 11:44:05 +05:30
parent 5f112336d9
commit 1266be7183
5 changed files with 50 additions and 50 deletions

View File

@@ -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}
/>
<SupportDeveloperModal
show={this.state.isSupportDeveloperModalOpen}