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

merge master

This commit is contained in:
Kushagra Gour
2019-02-12 16:05:59 +05:30
8 changed files with 30 additions and 8 deletions

View File

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