Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazyod committed Jun 17, 2017
1 parent 1664de0 commit aed8a18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = "2.1.0"
s.version = "2.1.1"
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 => "v2.1.0" }
s.source = { :git => "https://github.com/SwiftKitz/Appz.git", :tag => "v2.1.1" }
s.source_files = "Appz/Appz/**/*.swift"
end
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 7,7 @@
</h1>

<p align="center">
<img alt="Version" src="https://img.shields.io/badge/version-2.1.0-blue.svg"/>
<img alt="Version" src="https://img.shields.io/badge/version-2.1.1-blue.svg"/>
<a alt="Travis CI" href="https://travis-ci.org/SwiftKitz/Appz">
<img alt="Version" src="https://travis-ci.org/SwiftKitz/Appz.svg?branch=master"/>
</a>
Expand Down

0 comments on commit aed8a18

Please sign in to comment.