File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
dependencies/isaac_socket Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const TARGET_ISAAC_BOX_MOD_VERSION = "1.0.0"
1111const ISAAC_SOCKET_MOD_DIRNAME = "isaac_socket"
1212const ISAAC_SOCKET_OFFICIAL_MOD_NAME = "IsaacSocket"
1313const 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
1616const compareVersion = ( v1 , v2 ) => {
1717 const v1Arr = v1 . split ( '.' )
Original file line number Diff line number Diff 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
4646const messages = {
4747 [ I18N_TYPE . ENGLISH ] : {
You can’t perform that action at this time.
0 commit comments