version++

This commit is contained in:
manuroe 2020-10-27 13:58:56 +01:00
parent dc1dbcd2af
commit 893e611e52
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.0.18 (2020-10-27)
=================================================
✨ Features
@ -29,6 +29,9 @@ Changes to be released in next version
Others
*
Improvements:
* Upgrade MatrixKit version ([v0.12.26](https://github.com/matrix-org/matrix-ios-kit/releases/tag/v0.12.26)).
Changes in 1.0.17 (2020-10-14)
=================================================

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.12.25'
$matrixKitVersion = '= 0.12.26'
# $matrixKitVersion = :local
# $matrixKitVersion = {'develop' => 'develop'}