From ce613801c07c90d3e886fd6002f6e8f833589632 Mon Sep 17 00:00:00 2001 From: Starscouts Date: Mon, 1 Jul 2024 16:54:18 +0200 Subject: Final JS version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3c66aa5..59eb152 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "main": "main.js", - "version": "3.0.4", + "version": "3.1.0", "scripts": { "install": "cd updater && npm install && cd ..", "postinstall": "echo \"============================\n\nThank you for developing on Faunerie!\n\n- Run 'npm run build' to build TypeScript code\n- Run 'npm run debug' to start the application in debug mode\n- Run 'npm run debug-updater' to start Faunerie Updater in debug mode\n- Run 'npm run release' to build the release application\n\n============================\"", -- cgit