diff --git a/Appz.podspec b/Appz.podspec index 786a391..bc6e62c 100644 --- a/Appz.podspec +++ b/Appz.podspec @@ -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 @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ed2117..47cddf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ +# v1.1.0 + +Added a whole bunch of new apps + # v1.0.0 Initial release