Bump to v5.0.0 (STATE_VERSION 5) for new disk image

This commit is contained in:
Felix Rieseberg
2026-04-12 13:11:11 -07:00
parent c847467de6
commit 63f02842bc
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "windows95", "name": "windows95",
"version": "4.0.0", "version": "5.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "windows95", "name": "windows95",
"version": "4.0.0", "version": "5.0.0",
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View File

@@ -1,7 +1,7 @@
{ {
"name": "windows95", "name": "windows95",
"productName": "windows95", "productName": "windows95",
"version": "4.0.0", "version": "5.0.0",
"description": "Windows 95, in an app. I'm sorry.", "description": "Windows 95, in an app. I'm sorry.",
"main": "./dist/src/main/main.js", "main": "./dist/src/main/main.js",
"scripts": { "scripts": {

View File

@@ -10,7 +10,7 @@ const IMAGES_PATH = path.join(__dirname, "../../images");
// windows95.img — which only works while the partition table and FAT geometry // 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 // stay constant across releases. If you ever resize the disk or reformat with
// different cluster params, the recovered .img won't mount. // different cluster params, the recovered .img won't mount.
export const STATE_VERSION = 4; export const STATE_VERSION = 5;
export const CONSTANTS = { export const CONSTANTS = {
IMAGES_PATH, IMAGES_PATH,