1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-04 12:27:28 +02:00

bump to 3.3.2

This commit is contained in:
Kushagra Gour
2018-07-03 10:07:30 +05:30
parent 53faebfe28
commit 0c3fb42d9f
5 changed files with 50 additions and 15 deletions

View File

@@ -49,7 +49,7 @@ const LocalStorageKeys = {
ASKED_TO_IMPORT_CREATIONS: 'askedToImportCreations'
};
const UNSAVED_WARNING_COUNT = 15;
const version = '3.3.0';
const version = '3.3.2';
export default class App extends Component {
constructor() {