mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 15:09:31 +02:00
version++
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Changes to be released in next version
|
||||
Changes in 1.4.8 (2021-07-29)
|
||||
=================================================
|
||||
|
||||
✨ Features
|
||||
@@ -36,6 +36,9 @@ Others
|
||||
* Separated CI jobs into individual actions
|
||||
* Update Gemfile.lock
|
||||
|
||||
Improvements:
|
||||
* Upgrade MatrixKit version ([v0.15.6](https://github.com/matrix-org/matrix-ios-kit/releases/tag/v0.15.6)).
|
||||
|
||||
Changes in 1.4.7 (2021-07-22)
|
||||
=================================================
|
||||
|
||||
|
||||
2
Podfile
2
Podfile
@@ -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.5'
|
||||
$matrixKitVersion = '= 0.15.6'
|
||||
# $matrixKitVersion = :local
|
||||
# $matrixKitVersion = {'develop' => 'develop'}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user