Skip to content

Commit fdd2f39

Browse files
authored
Merge pull request #91 from anistarsung/UpdateVersion
Preparing meta data for 1.5.0 release
2 parents 29d1ffb + 9911559 commit fdd2f39

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

AppDevKit/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.4.0</string>
18+
<string>1.5.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1529399657</string>
22+
<string>1548988592</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>NSCameraUsageDescription</key>

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
All notable changes to this project will be documented in this file.
33
`AppDevKit` adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 1.5.0
6+
#### Added
7+
* Adding a new gradient view generator that can creat a complicated gradient effect with multiple colors and locations.
8+
* Adding a new method to support redraw feature in ADKGradientView.
9+
510
## 1.4.0
611
#### Added
712
* Adding a new method to support manual update layout in UIScrollView+ADKInfiniteScrollingView. It allows you to modify scroll view's offset dynamically.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ pod 'AppDevKit/AppDevImageKit'
5959
 - **UIScrollView+ADKPullToRefreshView** > Supports pull to refresh feature on scrollable view. For example: `UIScrollView`, `UITableView` and `UICollectionView`.
6060
 - **UIScrollView+ADKInfiniteScrollingView** > Supports infinite scrolling feature on scrollable view. For example: `UIScrollView`, `UITableView` and `UICollectionView`.
6161
- **ADKModalMaskView** > Providing a way to create a modal view for presenting specific view.
62-
- **ADKGradientView** > Creates a gradient view for you.
62+
- **ADKGradientView** > Creating a simple linear gradient view with orientations for you.
63+
- **ADKMultiGradientView** > Creating a complicated linear gradient view with orientations for you.
6364
- **ADKDashedLineView** > Creates a dashed line around your view.
6465

6566

0 commit comments

Comments
 (0)