Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 6e6ceb3

Browse files
committed
Bump version num
1 parent cf0273d commit 6e6ceb3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

HandyUIKit.podspec

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

33
s.name = "HandyUIKit"
4-
s.version = "1.4.1"
4+
s.version = "1.5.0"
55
s.summary = "Handy UI features that should have been part of UIKit in the first place."
66

77
s.description = <<-DESC

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ alt="Build Status">
1313
alt="codebeat badge">
1414
</a>
1515
<a href="https://github.com/Flinesoft/HandyUIKit/releases">
16-
<img src="https://img.shields.io/badge/Version-1.4.1-blue.svg"
17-
alt="Version: 1.4.1">
16+
<img src="https://img.shields.io/badge/Version-1.5.0-blue.svg"
17+
alt="Version: 1.5.0">
1818
</a>
1919
<img src="https://img.shields.io/badge/Swift-4.0-FFAC45.svg"
2020
alt="Swift: 4.0">
@@ -55,7 +55,7 @@ You can of course also just include this framework manually into your project by
5555
Place the following line to your Cartfile:
5656

5757
``` Swift
58-
github "Flinesoft/HandyUIKit" ~> 1.4
58+
github "Flinesoft/HandyUIKit" ~> 1.5
5959
```
6060

6161
Now run `carthage update`. Then drag & drop the HandyUIKit.framework in the Carthage/build folder to your project. Now you can `import HandyUIKit` in each class you want to use its features. Refer to the [Carthage README](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application) for detailed / updated instructions.
@@ -70,7 +70,7 @@ platform :ios, '8.0'
7070
use_frameworks!
7171

7272
target 'MyAppTarget' do
73-
pod 'HandyUIKit', '~> 1.4'
73+
pod 'HandyUIKit', '~> 1.5'
7474
end
7575
```
7676

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>1.4.1</string>
18+
<string>1.5.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)