diff --git a/package-lock.json b/package-lock.json index 7b70de3..9ee31ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "windows95", - "version": "4.0.0", + "version": "5.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "windows95", - "version": "4.0.0", + "version": "5.0.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1e32f1e..311fe81 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "windows95", "productName": "windows95", - "version": "4.0.0", + "version": "5.0.0", "description": "Windows 95, in an app. I'm sorry.", "main": "./dist/src/main/main.js", "scripts": { diff --git a/src/constants.ts b/src/constants.ts index 9422870..6b2a10f 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -10,7 +10,7 @@ const IMAGES_PATH = path.join(__dirname, "../../images"); // windows95.img — which only works while the partition table and FAT geometry // stay constant across releases. If you ever resize the disk or reformat with // different cluster params, the recovered .img won't mount. -export const STATE_VERSION = 4; +export const STATE_VERSION = 5; export const CONSTANTS = { IMAGES_PATH,