From 63f02842bc95c2b95b5fa1eb46259cce8f7d50d3 Mon Sep 17 00:00:00 2001 From: Felix Rieseberg Date: Sun, 12 Apr 2026 13:11:11 -0700 Subject: [PATCH] Bump to v5.0.0 (STATE_VERSION 5) for new disk image --- package-lock.json | 4 ++-- package.json | 2 +- src/constants.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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,