version++

This commit is contained in:
manuroe 2021-06-03 11:02:26 +02:00
parent d7eb19edb5
commit 2a61f52050
3 changed files with 7 additions and 4 deletions

View file

@ -1,4 +1,4 @@
Changes to be released in next version
Changes in 1.4.0 (2021-06-03)
=================================================
✨ Features
@ -28,6 +28,9 @@ Changes to be released in next version
Others
*
Improvements:
* Upgrade MatrixKit version ([v0.15.0](https://github.com/matrix-org/matrix-ios-kit/releases/tag/v0.15.0)).
Changes in 1.3.9 (2021-05-18)
=================================================

View file

@ -22,8 +22,8 @@ APPLICATION_GROUP_IDENTIFIER = group.im.vector
APPLICATION_SCHEME = element
// Version
MARKETING_VERSION = 1.3.10
CURRENT_PROJECT_VERSION = 1.3.10
MARKETING_VERSION = 1.4.0
CURRENT_PROJECT_VERSION = 1.4.0
// Team

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