Remove rc.1 at the end of version

This does not mean that 10.0.0 is here yet. I have just decided to make the release candidates' version numbers the same as releases, as has been done for betas (they use different tag names to allow me to make multiple candidates for betas).
This commit is contained in:
7cc5c4f330d47060 2024-08-18 13:09:53 -04:00
parent 7043e559c0
commit 4eea38cca7
Signed by: 7cc5c4f330d47060
SSH key fingerprint: SHA256:e+4tcZut1nBpe10PqjaO+Rvie0Q7W4qIvFzcUw+7riA
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
"prismarine-chat": "^1.10.0"
},
"name": "botv10",
"version": "10.0.0-beta-2",
"version": "10.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"

View file

@ -1,6 +1,6 @@
{
"botName": "botvX Dev",
"botVersion": "10.0.0-rc.1",
"botVersion": "10.0.0",
"botAuthor": "a5a06d596f15c7db",
"isPreRelease": true,
"sourceURL": "https://code.chipmunk.land/7cc5c4f330d47060/botvX"