Skip to content
This repository has been archived by the owner on Mar 6, 2018. It is now read-only.

Commit

Permalink
Merge pull request #10 from sunshinejr/swift-3.0
Browse files Browse the repository at this point in the history
Prepare for 1.0.0-beta.1 release
  • Loading branch information
sunshinejr authored Sep 28, 2016
2 parents b259859 + 037fdd4 commit b13101e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Next

# 1.0.0-beta.1
- Support for Swift 3.0

# 0.2
- Changes codebase from Subjects to Observables.
- Add support for Carthage.
Expand Down
2 changes: 1 addition & 1 deletion RxPermission.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxPermission"
s.version = "0.2"
s.version = "1.0.0-beta.1"
s.summary = "RxSwift bindings for Permissions API in iOS."
s.description = <<-EOS
RxSwift binding for [Permission](https://github.com/delba/Permission) API that helps you with Permissions in iOS.
Expand Down

0 comments on commit b13101e

Please sign in to comment.