From 62f8eb2696eb458623a2a45ac5c3afc8525c772a Mon Sep 17 00:00:00 2001 From: Felix Rieseberg Date: Fri, 14 Jul 2023 12:40:08 -0700 Subject: [PATCH] v3.1.2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 537424b..cc85d14 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "windows95", "productName": "windows95", - "version": "3.1.1", + "version": "3.1.2", "description": "Windows 95, in an app. I'm sorry.", "main": "./dist/src/main/main.js", "scripts": { @@ -48,4 +48,4 @@ "rimraf": "^5.0.1", "typescript": "^5.1.6" } -} \ No newline at end of file +}