Skip to content

Commit 5d1f822

Browse files
committed
更新mod版本
1 parent 142e3c3 commit 5d1f822

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dependencies/isaac_socket/metadata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<name>IsaacSocket(auto installed)</name>
33
<directory>isaac_socket</directory>
44
<description />
5-
<version>1.0</version>
5+
<version>1.1</version>
66
<visibility />
77
</metadata>

env.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const TARGET_ISAAC_BOX_MOD_VERSION = "1.0.0"
1111
const ISAAC_SOCKET_MOD_DIRNAME = "isaac_socket"
1212
const ISAAC_SOCKET_OFFICIAL_MOD_NAME = "IsaacSocket"
1313
const ISAAC_SOCKET_MOD_NAME = "IsaacSocket(auto installed)"
14-
const TARGET_ISAAC_SOCKET_MOD_VERSION = "1.0"
14+
const TARGET_ISAAC_SOCKET_MOD_VERSION = "1.1"
1515

1616
const compareVersion = (v1, v2) => {
1717
const v1Arr = v1.split('.')

src/utils/i18n.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const getIndexByI18nType = (i18nType) => {
4141
}
4242
}
4343

44-
const $VERSION_TEXT = "V1.1.0"
44+
const $VERSION_TEXT = "V1.1.1"
4545

4646
const messages = {
4747
[I18N_TYPE.ENGLISH]: {

0 commit comments

Comments
 (0)