diff options
author | Starscouts <starscouts@equestria.dev> | 2024-07-11 00:25:16 +0200 |
---|---|---|
committer | Starscouts <starscouts@equestria.dev> | 2024-07-11 00:25:16 +0200 |
commit | 1bbe60d3a237cfe99dc6d1a3aa14de542668dc6f (patch) | |
tree | 789f37ff1586904371bf02ff5ba3d7508a4d9eef /package.json | |
parent | 6e63a80898695d07549a3ca28bff7eafaf8009ac (diff) | |
download | faunerie-1bbe60d3a237cfe99dc6d1a3aa14de542668dc6f.tar.gz faunerie-1bbe60d3a237cfe99dc6d1a3aa14de542668dc6f.tar.bz2 faunerie-1bbe60d3a237cfe99dc6d1a3aa14de542668dc6f.zip |
Update intimate3.2.0
Diffstat (limited to 'package.json')
-rwxr-xr-x | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 59eb152..26dfab4 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "main": "main.js", - "version": "3.1.0", + "version": "3.2.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============================\"", |