From fd46b8db8ca51a1fb1b49f49ca954372ea0d572b Mon Sep 17 00:00:00 2001 From: Srdan Rasic Date: Fri, 20 Jan 2017 22:07:27 +0100 Subject: [PATCH] Bump version --- ReactiveKit.podspec | 4 ++-- ReactiveKit/Info.plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ReactiveKit.podspec b/ReactiveKit.podspec index f3cde3e..1225847 100644 --- a/ReactiveKit.podspec +++ b/ReactiveKit.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = "ReactiveKit" - s.version = "3.2.2" + s.version = "3.3.0" 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.2.2" } + s.source = { :git => "https://github.com/ReactiveKit/ReactiveKit.git", :tag => "v3.3.0" } s.ios.deployment_target = '8.0' s.osx.deployment_target = '10.9' diff --git a/ReactiveKit/Info.plist b/ReactiveKit/Info.plist index f234092..f7c2d1b 100644 --- a/ReactiveKit/Info.plist +++ b/ReactiveKit/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.2.2 + 3.3.0 CFBundleSignature ???? CFBundleVersion