Skip to content

Commit 2c2f2a0

Browse files
committed
修改版本号为0.2.0
1 parent 62f3376 commit 2c2f2a0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dependencies/isaac_box/main.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
WEBSOCKET_PORT = 8888
2-
VERSION = "0.1.1"
2+
VERSION = "0.2.0"
33
Mod = RegisterMod("IsaacBox", 1)
44
local callbacks = require("modules.callbacks")
55

dependencies/isaac_box/metadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<name>IsaacBox</name>
33
<directory>isaac_box</directory>
44
<description/>
5-
<version>0.1.1</version>
5+
<version>0.2.0</version>
66
<visibility/>
77
</metadata>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "isaac-box",
33
"private": true,
4-
"version": "0.1.1",
4+
"version": "0.2.0",
55
"main": "main.js",
66
"author": "NOTF-API",
77
"description": "Isaac's Console Client based on IsaacSocket",

src/utils/i18n.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const I18N_TYPE = Object.freeze({
1616
FRENCH: 7
1717
})
1818

19-
const $VERSION_TEXT = "V0.1.1"
19+
const $VERSION_TEXT = "V0.2.0"
2020

2121
const messages = {
2222
[I18N_TYPE.ENGLISH]: {

0 commit comments

Comments
 (0)