Skip to content

Commit

Permalink
release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mazyod committed Jan 2, 2016
1 parent 52d696b commit 4ab985f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 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.1.0"
s.version = "1.2.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.1.0" }
s.source = { :git => "https://github.com/SwiftKitz/Appz.git", :tag => "v1.2.0" }
s.source_files = "Appz/Appz/**/*.swift"
end
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

# v1.2.0

Even more apps added
Fixed a lot of issues with project settings

# v1.1.0

Added a whole bunch of new apps
Expand Down
4 changes: 2 additions & 2 deletions 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-1.1.0-blue.svg" />
<img alt="Version" src="https://img.shields.io/badge/version-1.2.0-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 Expand Up @@ -137,7 +137,7 @@ You must add the schemes you want to use to your app's info.plist file under `LS
[Carthage][carthage-link] is fully supported. Simply add the following line to your [Cartfile][cartfile-docs]:

```ruby
github "SwiftKitz/Appz" ~> 1.1.0
github "SwiftKitz/Appz" ~> 1.2.0
```

### Cocoapods
Expand Down

0 comments on commit 4ab985f

Please sign in to comment.