Update package JSON, Version in config

This commit is contained in:
IDeletedSystem64 2022-01-14 16:00:43 -06:00
parent 157b948416
commit 8ba415977d
3 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
node_modules node_modules/
.vscode .vscode
package-lock.json package-lock.json
releasenotes.txt releasenotes.txt

View File

@ -3,5 +3,5 @@
"token": "IM SO EXCITED ABOUT BURGER", "token": "IM SO EXCITED ABOUT BURGER",
"ownerID": "309427567004483586", "ownerID": "309427567004483586",
"release": "anitrox_dev", "release": "anitrox_dev",
"build": "1.0 Prerelease, Based off commit 0757e1f" "build": "Public Test Build 4"
} }

View File

@ -11,6 +11,6 @@
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"author": "Anthony Mondz", "author": "IDeletedSystem64",
"license": "ISC" "license": "ISC"
} }