From 47c90ccb978a6aab557aaeb29c5da83c91ba3fe2 Mon Sep 17 00:00:00 2001 From: Srdan Rasic Date: Wed, 28 Dec 2016 14:51:40 +0100 Subject: [PATCH] Up version --- ReactiveKit.podspec | 4 ++-- ReactiveKit/Info.plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ReactiveKit.podspec b/ReactiveKit.podspec index 4590a94..57ae252 100644 --- a/ReactiveKit.podspec +++ b/ReactiveKit.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = "ReactiveKit" - s.version = "3.1.1" + s.version = "3.1.2" s.summary = "A Swift Reactive Programming Framework" s.description = "ReactiveKit is a Swift framework for reactive and functional reactive programming." s.homepage = "https://github.com/ReactiveKit/ReactiveKit" s.license = 'MIT' s.author = { "Srdan Rasic" => "srdan.rasic@gmail.com" } - s.source = { :git => "https://github.com/ReactiveKit/ReactiveKit.git", :tag => "v3.1.1" } + s.source = { :git => "https://github.com/ReactiveKit/ReactiveKit.git", :tag => "v3.1.2" } s.ios.deployment_target = '8.0' s.osx.deployment_target = '10.9' diff --git a/ReactiveKit/Info.plist b/ReactiveKit/Info.plist index d353b3e..b1376a8 100644 --- a/ReactiveKit/Info.plist +++ b/ReactiveKit/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.1.1 + 3.1.2 CFBundleSignature ???? CFBundleVersion