Skip to content

Commit dc09ee5

Browse files
committed
Bump version
1 parent 8146229 commit dc09ee5

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# SwipeMenuViewController
22

33
[![Platform](http://img.shields.io/badge/platform-iOS-blue.svg?style=for-the-badge)](https://developer.apple.com/iphone/index.action)
4-
![Swift](https://img.shields.io/badge/Swift-4.0-orange.svg?style=for-the-badge)
54
[![Cocoapods](https://img.shields.io/badge/Cocoapods-compatible-brightgreen.svg?style=for-the-badge)](https://img.shields.io/badge/Cocoapods-compatible-brightgreen.svg)
65
[![Carthage compatible](https://img.shields.io/badge/Carthage-Compatible-brightgreen.svg?style=for-the-badge)](https://github.com/Carthage/Carthage)
76
[![CocoaPodsDL](https://img.shields.io/cocoapods/dt/SwipeMenuViewController.svg?style=for-the-badge)](https://cocoapods.org/pods/SwipeMenuViewController)

Sources/Supporting files/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.8</string>
18+
<string>2.1.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

SwipeMenuViewController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "SwipeMenuViewController"
19-
s.version = "2.0.8"
19+
s.version = "2.1.0"
2020
s.summary = "Swipable tab and menu UI framework"
2121

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

0 commit comments

Comments
 (0)