Skip to content

Commit a4bd85f

Browse files
committed
Bump
1 parent 2a3f398 commit a4bd85f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ReactiveKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = "ReactiveKit"
3-
s.version = "3.17.0"
3+
s.version = "3.17.1"
44
s.summary = "A Swift Reactive Programming Framework"
55
s.description = "ReactiveKit is a Swift framework for reactive and functional reactive programming."
66
s.homepage = "https://github.com/DeclarativeHub/ReactiveKit"
77
s.license = 'MIT'
88
s.author = { "Srdan Rasic" => "[email protected]" }
9-
s.source = { :git => "https://github.com/DeclarativeHub/ReactiveKit.git", :tag => "v3.17.0" }
9+
s.source = { :git => "https://github.com/DeclarativeHub/ReactiveKit.git", :tag => "v3.17.1" }
1010

1111
s.ios.deployment_target = '8.0'
1212
s.osx.deployment_target = '10.11'

ReactiveKit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@
10891089
GCC_WARN_UNUSED_VARIABLE = YES;
10901090
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
10911091
MACOSX_DEPLOYMENT_TARGET = 10.10;
1092-
MARKETING_VERSION = 3.17.0;
1092+
MARKETING_VERSION = 3.17.1;
10931093
MTL_ENABLE_DEBUG_INFO = YES;
10941094
ONLY_ACTIVE_ARCH = YES;
10951095
SDKROOT = iphoneos;
@@ -1144,7 +1144,7 @@
11441144
GCC_WARN_UNUSED_VARIABLE = YES;
11451145
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
11461146
MACOSX_DEPLOYMENT_TARGET = 10.10;
1147-
MARKETING_VERSION = 3.17.0;
1147+
MARKETING_VERSION = 3.17.1;
11481148
MTL_ENABLE_DEBUG_INFO = NO;
11491149
SDKROOT = iphoneos;
11501150
SWIFT_VERSION = 4.0;

0 commit comments

Comments
 (0)