Skip to content

Commit

Permalink
Merge pull request #19 from ReactiveCocoa/1.0.1
Browse files Browse the repository at this point in the history
Version for 1.0.1
  • Loading branch information
andersio authored Apr 4, 2017
2 parents 806cc3e + a5adca1 commit f129c84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ReactiveObjCBridge.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ReactiveObjCBridge"
s.version = "1.0.0"
s.version = "1.0.1"
s.summary = "Bridge between ReactiveObjC and ReactiveSwift"
s.description = <<-DESC
After announced Swift, ReactiveCocoa was rewritten in Swift. This framework creates a bridge between those Swift and Objective-C APIs (ReactiveSwift and ReactiveObjC).
Expand Down
2 changes: 1 addition & 1 deletion ReactiveObjCBridge/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</string>
<string>1.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

1 comment on commit f129c84

@andersio
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ikesyo Please push to trunk.

Please sign in to comment.