Skip to content

Commit

Permalink
Released 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed Jan 4, 2016
1 parent 7337194 commit 33653ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Action.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Action"
s.version = "1.0.0"
s.version = "1.1.0"
s.summary = "Abstracts actions to be performed in RxSwift."
s.description = <<-DESC
Encapsulates an action to be performed, usually by a UIButton press.
Expand Down
5 changes: 3 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Changelog
=========

- Transitioned podspec to new remote URL (see [#15](https://github.com/RxSwiftCommunity/Action/issues/15)).
- Moved to RxSwift 2.0 🎉

Current master
--------------

- Transitioned podspec to new remote URL (see [#15](https://github.com/RxSwiftCommunity/Action/issues/15)).

1.0.0
-----

Expand Down

0 comments on commit 33653ea

Please sign in to comment.