diff --git a/README.md b/README.md index c581448..1c11bee 100644 --- a/README.md +++ b/README.md @@ -331,14 +331,14 @@ When you want to receive events on a specific dispatch queue, just use `context` ### CocoaPods ``` -pod 'ReactiveKit', '~> 3.2' +pod 'ReactiveKit', '~> 3.3' pod 'Bond', '~> 6.0' ``` ### Carthage ``` -github "ReactiveKit/ReactiveKit" ~> 3.2 +github "ReactiveKit/ReactiveKit" ~> 3.3 github "ReactiveKit/Bond" ~> 6.0 ``` diff --git a/ReactiveKit.podspec b/ReactiveKit.podspec index 1225847..4fe5a7e 100644 --- a/ReactiveKit.podspec +++ b/ReactiveKit.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = "ReactiveKit" - s.version = "3.3.0" + s.version = "3.3.1" 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.3.0" } + s.source = { :git => "https://github.com/ReactiveKit/ReactiveKit.git", :tag => "v3.3.1" } s.ios.deployment_target = '8.0' s.osx.deployment_target = '10.9' diff --git a/ReactiveKit/Info.plist b/ReactiveKit/Info.plist index f7c2d1b..dd6cc70 100644 --- a/ReactiveKit/Info.plist +++ b/ReactiveKit/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.3.0 + 3.3.1 CFBundleSignature ???? CFBundleVersion