Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andersio committed Feb 18, 2017
1 parent ded5801 commit 3953990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactiveSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "ReactiveSwift"
# Version goes here and will be used to access the git tag later on, once we have a first release.
s.version = "1.0.0"
s.version = "1.0.1"
s.summary = "Streams of values over time"
s.description = <<-DESC
ReactiveSwift is a Swift framework inspired by Functional Reactive Programming. It provides APIs for composing and transforming streams of values over time.
Expand Down

3 comments on commit 3953990

@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.

@ikesyo
Copy link
Member

@ikesyo ikesyo commented on 3953990 Feb 19, 2017

Choose a reason for hiding this comment

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

Done with the command: pod trunk push --swift-version=3.0

@ikesyo
Copy link
Member

@ikesyo ikesyo commented on 3953990 Feb 19, 2017

Choose a reason for hiding this comment

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

--swift-version=3.0

That is related to #266 and CocoaPods/cocoadocs.org#506.

Please sign in to comment.