Skip to content

Commit eec0344

Browse files
committed
Bump the version
Update the README with the Swift version
1 parent bbcaeeb commit eec0344

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

AccordionSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'AccordionSwift'
11-
s.version = '2.0.0'
11+
s.version = '2.0.1'
1212
s.summary = 'An Accordion Menu using an UITableView in Swift.'
1313

1414
# This description is used to generate tags and improve search results.

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,12 @@
33
</p>
44

55
<p align="center">
6-
<a href="https://travis-ci.org/Vkt0r/AccordionMenuSwift">
7-
<img src="https://api.travis-ci.org/Vkt0r/AccordionMenuSwift.svg?branch=master&style=flat"
8-
alt="Build Status">
9-
</a>
106
<a href="https://cocoapods.org/pods/AccordionSwift">
117
<img src="https://img.shields.io/cocoapods/v/AccordionSwift.svg?style=flat"
128
alt="Pods Version">
139
</a>
1410
<a href="https://swift.org">
15-
<img src="https://img.shields.io/badge/Swift-4.0-orange.svg"
11+
<img src="https://img.shields.io/badge/Swift-4.2-orange.svg"
1612
alt="Swift Version">
1713
</a>
1814
<a href="http://mit-license.org">

0 commit comments

Comments
 (0)