Skip to content

Commit

Permalink
Merge pull request #30 from erichoracek/2-0-0
Browse files Browse the repository at this point in the history
Update version to 2.0
  • Loading branch information
mdiep committed Nov 9, 2016
2 parents e100db8 + 7055191 commit 6040676
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 = "1.0.2"
s.version = "2.0.0"
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>1.0.2</string>
<string>2.0.0</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>1.0.2</string>
<string>2.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 6040676

Please sign in to comment.