Skip to content

Commit

Permalink
version++
Browse files Browse the repository at this point in the history
  • Loading branch information
manuroe committed Nov 18, 2016
1 parent 0a891a5 commit b719b11
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 12 deletions.
18 changes: 18 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
Changes in 0.3.2 (2016-11-18)
===============================================

Improvements:
* Upgrade MatrixKit version (v0.4.1).

Bug fixes:
* Make share/save/copy work for e2e attachments.
* Wrong thumbnail shown whilst uploading e2e image (https://github.com/vector-im/vector-ios#795).
* [Register flow] Register with a mail address fails (https://github.com/vector-im/vector-ios#799).

Changes in 0.3.1 (2016-11-17)
===============================================

Bug fixes:
* Fix padlock icons on text messages.
* Fix a random crash when uploading an e2e attachment.

Changes in 0.3.0 (2016-11-17)
===============================================

Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ target "Vector" do

# Different flavours of pods to MatrixKit
# The tagged version on which this version of Vector has been built
pod 'MatrixKit', '0.4.0'
pod 'MatrixKit', '0.4.1'

# The lastest release available on the CocoaPods repository
#pod 'MatrixKit'
Expand Down
18 changes: 9 additions & 9 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ PODS:
- GoogleAnalytics (3.17.0)
- HPGrowingTextView (1.1)
- libPhoneNumber-iOS (0.8.17)
- MatrixKit (0.4.0):
- MatrixKit (0.4.1):
- DTCoreText (~> 1.6.17)
- GHMarkdownParser (~> 0.1.2)
- HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.8.14)
- MatrixSDK (= 0.7.0)
- MatrixSDK (0.7.0):
- MatrixSDK (= 0.7.1)
- MatrixSDK (0.7.1):
- AFNetworking (~> 3.1.0)
- OLMKit (2.0.1):
- OLMKit/olmc (= 2.0.1)
Expand All @@ -56,7 +56,7 @@ PODS:
DEPENDENCIES:
- GBDeviceInfo (~> 4.1.0)
- GoogleAnalytics
- MatrixKit (= 0.4.0)
- MatrixKit (= 0.4.1)
- OLMKit (from `https://matrix.org/git/olm.git`, branch `olmkit`)
- WebRTC (= 54.6.13869)

Expand All @@ -79,11 +79,11 @@ SPEC CHECKSUMS:
GoogleAnalytics: f42cc53a87a51fe94334821868d9c8481ff47a7b
HPGrowingTextView: 88a716d97fb853bcb08a4a08e4727da17efc9b19
libPhoneNumber-iOS: 9f083847f8cb9b81064cff2ed2c98cbf18d9f9f2
MatrixKit: d71a66b3cee1d09ccf150843ebef6edd5587c3cc
MatrixSDK: 388f77a92385919b3d09ad44f47efe1230893357
OLMKit: 1501ee4c68ef17ac07bff5d5654cc38b4c43abdb
MatrixKit: 9ead4540c5f5058f7da6fcbe667b06f9300111f4
MatrixSDK: d833089f43db4dcd382a1c887e2ff3f6e609e7cc
OLMKit: ce34b0192fba8006f122f926b4a669697746772b
WebRTC: 9f23349248fd2e94a14cb4552bae6e591bb2fe28

PODFILE CHECKSUM: 2621067a8f38b4ff80f6790ffd9a07334eea3ea0
PODFILE CHECKSUM: 5548a5285867f0b2f5e631809e8825d0d9d02587

COCOAPODS: 1.0.1
COCOAPODS: 1.1.1
4 changes: 2 additions & 2 deletions Vector/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.3.0</string>
<string>0.3.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.3.0</string>
<string>0.3.2</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down

0 comments on commit b719b11

Please sign in to comment.