We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efb1476 commit 166d9b2Copy full SHA for 166d9b2
Podfile
@@ -13,7 +13,7 @@ use_frameworks!
13
# - `{ :specHash => {sdk spec hash}` to depend on specific pod options (:git => …, :podspec => …) for MatrixSDK repo. Used by Fastfile during CI
14
#
15
# Warning: our internal tooling depends on the name of this variable name, so be sure not to change it
16
-$matrixSDKVersion = '= 0.23.2'
+$matrixSDKVersion = '= 0.23.3'
17
# $matrixSDKVersion = :local
18
# $matrixSDKVersion = { :branch => 'develop'}
19
# $matrixSDKVersion = { :specHash => { git: 'https://git.io/fork123', branch: 'fix' } }
changelog.d/x-nolink-0.change
@@ -0,0 +1 @@
1
+Upgrade MatrixSDK version ([v0.23.3](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.23.3)).
0 commit comments