Skip to content

Commit 696aa5c

Browse files
committed
Bump version
1 parent d677896 commit 696aa5c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.12.2"
3+
s.version = "3.12.3"
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.12.2" }
9+
s.source = { :git => "https://github.com/DeclarativeHub/ReactiveKit.git", :tag => "v3.12.3" }
1010

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

Supporting Files/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.12.2</string>
18+
<string>3.12.3</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)