Skip to content

Commit f18a8b2

Browse files
author
Lorenzo
committed
bumped version 0.3.1
1 parent 457afaf commit f18a8b2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ALTableView.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 = "ALTableView"
11-
s.version = "0.3.0"
11+
s.version = "0.3.1"
1212
s.summary = "An easy way to manage UITableView and UITableViewController"
1313

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

ALTableViewSwift/ALTableView/ALTableView/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>0.3.0</string>
18+
<string>0.3.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

ALTableViewSwift/TestALTableView/TestALTableView/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>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.2.0</string>
18+
<string>0.3.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
<key>LSRequiresIPhoneOS</key>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The development of the Objective-C part of this project has been discontinued. T
88

99
This framework is still on development. We cannot guarantee yet that all the features work.
1010

11-
The latest stable version for swift is [0.3.0](https://github.com/ALiOSDev/ALTableView/tree/0.3.0), which includes support for swift 4.2
11+
The latest stable version for swift is [0.3.1](https://github.com/ALiOSDev/ALTableView/tree/0.3.1), which includes support for swift 4.2
1212

1313

1414
**CocoaPods**

0 commit comments

Comments
 (0)