From c23813d66aba6408498747f86c741a83bec9aad1 Mon Sep 17 00:00:00 2001 From: Maz Jaleel Date: Fri, 1 Jan 2016 12:42:31 -0800 Subject: [PATCH] v1.1.0 closes #21 --- Appz.podspec | 4 ++-- CHANGELOG.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) 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