version++

This commit is contained in:
manuroe
2021-06-21 17:37:08 +02:00
parent c157f68684
commit 9e8f39cdc6
2 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
Changes to be released in next version
Changes in 1.4.2 (2021-06-21)
=================================================
✨ Features
@@ -39,6 +39,9 @@ Changes to be released in next version
Others
*
Improvements:
* Upgrade MatrixKit version ([v0.15.1](https://github.com/matrix-org/matrix-ios-kit/releases/tag/v0.15.1)).
Changes in 1.4.1 (2021-06-08)
=================================================

View File

@@ -11,7 +11,7 @@ use_frameworks!
# - `{ {kit spec hash} => {sdk spec hash}` to depend on specific pod options (:git => …, :podspec => …) for each repo. Used by Fastfile during CI
#
# Warning: our internal tooling depends on the name of this variable name, so be sure not to change it
$matrixKitVersion = '= 0.15.0'
$matrixKitVersion = '= 0.15.1'
# $matrixKitVersion = :local
# $matrixKitVersion = {'develop' => 'develop'}