From 6ec739bff65c67df4bd155858828210c7581aab3 Mon Sep 17 00:00:00 2001 From: Giom Foret Date: Fri, 27 Oct 2017 16:41:19 +0200 Subject: [PATCH] version ++ --- SwiftMatrixSDK.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SwiftMatrixSDK.podspec b/SwiftMatrixSDK.podspec index 4bc6cb0011..5753bac61e 100644 --- a/SwiftMatrixSDK.podspec +++ b/SwiftMatrixSDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "SwiftMatrixSDK" - s.version = "0.10.0" + s.version = "0.10.1" s.summary = "The iOS SDK to build apps compatible with Matrix (https://www.matrix.org)" s.description = <<-DESC @@ -20,7 +20,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = "8.0" s.osx.deployment_target = "10.10" - s.source = { :git => "https://github.com/matrix-org/matrix-ios-sdk.git", :tag => "v0.10.0" } + s.source = { :git => "https://github.com/matrix-org/matrix-ios-sdk.git", :tag => "v0.10.1" } s.source_files = "MatrixSDK", "MatrixSDK/**/*.{h,m,swift}" s.exclude_files = "MatrixSDK/**/MXGoogleAnalytics.{h,m}" s.resources = "MatrixSDK/Data/Store/MXCoreDataStore/*.xcdatamodeld"