Skip to content

Commit 0c695a6

Browse files
authored
Merge pull request #116 from MoralisWeb3/v1.2.4
Updated to UPM 1.2.4 and updated the changelog
2 parents 9970b3f + 4c19fdf commit 0c695a6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## 1.2.4 (2022-07-11)
3+
- Fixed WalletConnect not persisting on a scene change
4+
- Fixed HexBigInteger not return the right value in Unity 2021.3.34f
5+
26
## 1.2.3 (2022-07-06)
37
- Fixed WalletConnect instabilities
48
```

Packages/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"com.unity.textmeshpro": "3.0.6",
1818
"com.unity.timeline": "1.4.8",
1919
"com.unity.ugui": "1.0.0",
20-
"io.moralis.web3-unity-sdk": "1.2.3",
20+
"io.moralis.web3-unity-sdk": "1.2.4",
2121
"com.unity.modules.ai": "1.0.0",
2222
"com.unity.modules.androidjni": "1.0.0",
2323
"com.unity.modules.animation": "1.0.0",

Packages/packages-lock.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
}
100100
},
101101
"io.moralis.web3-unity-sdk": {
102-
"version": "1.2.3",
102+
"version": "1.2.4",
103103
"depth": 0,
104104
"source": "registry",
105105
"dependencies": {

0 commit comments

Comments
 (0)