diff options
author | Starscouts <starscouts@equestria.dev> | 2024-07-01 16:54:18 +0200 |
---|---|---|
committer | Starscouts <starscouts@equestria.dev> | 2024-07-01 16:54:18 +0200 |
commit | ce613801c07c90d3e886fd6002f6e8f833589632 (patch) | |
tree | 1f0fae242db0300166c35e1e9bf7137fe5a15be7 | |
parent | db884650cf463acb2d222ff6c4b0b6a593e39007 (diff) | |
download | faunerie-ce613801c07c90d3e886fd6002f6e8f833589632.tar.gz faunerie-ce613801c07c90d3e886fd6002f6e8f833589632.tar.bz2 faunerie-ce613801c07c90d3e886fd6002f6e8f833589632.zip |
Final JS version
-rwxr-xr-x | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
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============================\"", |