Skip to content

Commit

Permalink
Merge pull request #68 from erichoracek/2-2-1
Browse files Browse the repository at this point in the history
Increase version to 2.2.1
  • Loading branch information
erichoracek committed Dec 23, 2016
2 parents 33873b8 + d598a8f commit 6bc2362
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ReactiveObjC.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "ReactiveObjC"
s.version = "2.1.0"
s.version = "2.1.1"
s.summary = "The 2.x ReactiveCocoa Objective-C API: Streams of values over time"

s.description = <<-DESC.strip_heredoc
Expand Down
2 changes: 1 addition & 1 deletion ReactiveObjC/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.1.0</string>
<string>2.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion ReactiveObjCTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>2.1.0</string>
<string>2.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 6bc2362

Please sign in to comment.