1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-08-01 19:10:22 +02:00

bump to 4.0.1

This commit is contained in:
Kushagra Gour
2019-06-06 00:54:00 +05:30
parent a0a6a6a1f5
commit 6751c784db
4 changed files with 26 additions and 28 deletions

View File

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