Merge pull request #4227 from vector-im/release/1.3.3/release

Release 1.3.3
This commit is contained in:
manuroe
2021-04-16 17:34:38 +02:00
committed by GitHub
3 changed files with 30 additions and 3 deletions
+27
View File
@@ -1,3 +1,30 @@
Changes in 1.3.3 (2021-04-16)
=================================================
✨ Features
*
🙌 Improvements
*
🐛 Bugfix
*
⚠️ API Changes
*
🗣 Translations
*
🧱 Build
*
Others
*
Improvements:
* Upgrade MatrixKit version ([v0.14.9](https://github.com/matrix-org/matrix-ios-kit/releases/tag/v0.14.9)).
Changes in 1.3.2 (2021-04-16)
=================================================
+2 -2
View File
@@ -22,8 +22,8 @@ APPLICATION_GROUP_IDENTIFIER = group.im.vector
APPLICATION_SCHEME = element
// Version
MARKETING_VERSION = 1.3.2
CURRENT_PROJECT_VERSION = 1.3.2
MARKETING_VERSION = 1.3.3
CURRENT_PROJECT_VERSION = 1.3.3
// Team
+1 -1
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.9'
$matrixKitVersion = '= 0.14.9'
# $matrixKitVersion = :local
# $matrixKitVersion = {'develop' => 'develop'}