Skip to content

Commit ba17f71

Browse files
authored
Merge pull request #1381 from WalletConnect/develop
BOM_1.31.3
2 parents 3d89941 + 224d805 commit ba17f71

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ WalletConnect v2 protocols for Android applications.
1111

1212
| BOM | [Core SDK](core/android) | [Sign SDK](protocol/sign) | [Auth SDK](protocol/auth) | [Chat SDK](protocol/chat) | [Notify SDK](protocol/notify) | [web3wallet](product/web3wallet) | [web3modal](product/web3modal) | [WalletConnectModal](product/walletconnectmodal) |
1313
|-----------------------------------------------------------------------------------------|--------------------------|---------------------------|---------------------------|---------------------------|:------------------------------|----------------------------------|--------------------------------|--------------------------------------------------|
14-
| 1.31.2 | 1.31.2 | 2.31.2 | 1.28.1 | 1.0.0.beta26 | 1.3.2 | 1.31.2 | 1.5.2 | 1.5.2 |
14+
| 1.31.2 | 1.31.2 | 2.31.2 | 1.28.2 | 1.0.0.beta30 | 1.3.2 | 1.31.2 | 1.5.2 | 1.5.2 |
1515
| 1.31.1 | 1.31.1 | 2.31.1 | 1.28.1 | 1.0.0.beta26 | 1.3.1 | 1.31.1 | 1.5.1 | 1.5.1 |
1616
| 1.31.0<sup>[**](https://gist.github.com/TalhaAli00/7b9e1cadf19b9dc5141cd033aa4e6172) | 1.31.0 | 2.31.0 | 1.28.0 | 1.0.0.beta25 | 1.3.0 | 1.31.0 | 1.5.0 | 1.5.0 |
1717
| 1.30.0 | 1.30.0 | 2.30.0 | 1.27.0 | 1.0.0.beta25 | 1.2.0 | 1.30.0 | 1.4.0 | 1.4.0 |

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ const val KEY_PUBLISH_ARTIFACT_ID = "PUBLISH_ARTIFACT_ID"
55
const val KEY_SDK_NAME = "SDK_NAME"
66

77
//Latest versions
8-
const val BOM_VERSION = "1.31.2"
8+
const val BOM_VERSION = "1.31.3"
99
const val FOUNDATION_VERSION = "1.17.1"
1010
const val CORE_VERSION = "1.31.2"
1111
const val SIGN_VERSION = "2.31.2"
12-
const val AUTH_VERSION = "1.28.1"
13-
const val CHAT_VERSION = "1.0.0-beta29"
12+
const val AUTH_VERSION = "1.28.2"
13+
const val CHAT_VERSION = "1.0.0-beta30"
1414
const val NOTIFY_VERSION = "1.3.2"
1515
const val WEB_3_WALLET_VERSION = "1.31.2"
1616
const val WEB_3_MODAL_VERSION = "1.5.2"

0 commit comments

Comments
 (0)