Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
closes #21
  • Loading branch information
Mazyod committed Jan 1, 2016
1 parent 571e2a4 commit c23813d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Appz.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "Appz"
s.version = "1.0.0"
s.version = "v1.1.0"
s.summary = "Deeplinking to external applications made easy!"
s.description = <<-DESC
Appz makes it easy to open external applications with web fallback
Expand All @@ -16,6 +16,6 @@ Pod::Spec.new do |s|

s.ios.deployment_target = "8.0"

s.source = { :git => "https://github.com/SwiftKitz/Appz.git", :tag => "v1.0.0" }
s.source = { :git => "https://github.com/SwiftKitz/Appz.git", :tag => "v1.1.0" }
s.source_files = "Appz/Appz/**/*.swift"
end
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

# v1.1.0

Added a whole bunch of new apps

# v1.0.0

Initial release

0 comments on commit c23813d

Please sign in to comment.