Skip to content

Commit

Permalink
Bump the version
Browse files Browse the repository at this point in the history
Update the README with the Swift version
  • Loading branch information
Vkt0r committed Feb 9, 2019
1 parent bbcaeeb commit eec0344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion AccordionSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'AccordionSwift'
s.version = '2.0.0'
s.version = '2.0.1'
s.summary = 'An Accordion Menu using an UITableView in Swift.'

# This description is used to generate tags and improve search results.
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,12 @@
</p>

<p align="center">
<a href="https://travis-ci.org/Vkt0r/AccordionMenuSwift">
<img src="https://api.travis-ci.org/Vkt0r/AccordionMenuSwift.svg?branch=master&style=flat"
alt="Build Status">
</a>
<a href="https://cocoapods.org/pods/AccordionSwift">
<img src="https://img.shields.io/cocoapods/v/AccordionSwift.svg?style=flat"
alt="Pods Version">
</a>
<a href="https://swift.org">
<img src="https://img.shields.io/badge/Swift-4.0-orange.svg"
<img src="https://img.shields.io/badge/Swift-4.2-orange.svg"
alt="Swift Version">
</a>
<a href="http://mit-license.org">
Expand Down

0 comments on commit eec0344

Please sign in to comment.