Skip to content

Commit

Permalink
version++
Browse files Browse the repository at this point in the history
  • Loading branch information
manuroe committed Nov 23, 2016
1 parent 846a892 commit eca5063
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 11 deletions.
13 changes: 13 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Changes in 0.3.4 (2016-11-23)
===============================================

Improvements:
* Upgrade MatrixKit version (v0.4.3).
* Settings: User Settings: List user's devices and add the ability to rename or delete them.

Bug fixes:
* User settings: The toggle buttons are disabled by mistake.
* Typing indicator should stop when the user sends his message (https://github.com/vector-im/vector-ios#809).
* Crypto: Do not allow to redact the event that enabled encryption in a room.
* Crypto: Made attachments work better cross platform.

Changes in 0.3.3 (2016-11-22)
===============================================

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.2'
pod 'MatrixKit', '0.4.3'

# The lastest release available on the CocoaPods repository
#pod 'MatrixKit'
Expand Down
16 changes: 8 additions & 8 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.2):
- MatrixKit (0.4.3):
- DTCoreText (~> 1.6.17)
- GHMarkdownParser (~> 0.1.2)
- HPGrowingTextView (~> 1.1)
- libPhoneNumber-iOS (~> 0.8.14)
- MatrixSDK (= 0.7.2)
- MatrixSDK (0.7.2):
- MatrixSDK (= 0.7.3)
- MatrixSDK (0.7.3):
- 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.2)
- MatrixKit (= 0.4.3)
- 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: 7e8f3d1d2e3ac772659a42d58c43c6c874f04fb1
MatrixSDK: 2a9f2c6e72944a1d725d1d30468547f1b3b14038
OLMKit: d5a50e59f97b7693991d65549ab334e545cccf78
MatrixKit: c3b7c5457dcb8cdf83320de1b46ef095ea2379ae
MatrixSDK: 6d4dae31b820fd19b0ed5fb8b6dec907e65d3fba
OLMKit: ce34b0192fba8006f122f926b4a669697746772b
WebRTC: 9f23349248fd2e94a14cb4552bae6e591bb2fe28

PODFILE CHECKSUM: 31b8d47426900d50be477b751eb165a78396a3d4
PODFILE CHECKSUM: 5a8f8c17e49cb8b3464ecd7e71ff1d31fdd39e1d

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.3</string>
<string>0.3.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.3.3</string>
<string>0.3.4</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down

0 comments on commit eca5063

Please sign in to comment.