Skip to content

Commit

Permalink
Merge pull request #91 from anistarsung/UpdateVersion
Browse files Browse the repository at this point in the history
Preparing meta data for 1.5.0 release
  • Loading branch information
kenobilyh authored Feb 1, 2019
2 parents 29d1ffb + 9911559 commit fdd2f39
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AppDevKit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.4.0</string>
<string>1.5.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1529399657</string>
<string>1548988592</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSCameraUsageDescription</key>
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
`AppDevKit` adheres to [Semantic Versioning](http://semver.org/).

## 1.5.0
#### Added
* Adding a new gradient view generator that can creat a complicated gradient effect with multiple colors and locations.
* Adding a new method to support redraw feature in ADKGradientView.

## 1.4.0
#### Added
* Adding a new method to support manual update layout in UIScrollView+ADKInfiniteScrollingView. It allows you to modify scroll view's offset dynamically.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ pod 'AppDevKit/AppDevImageKit'
 - **UIScrollView+ADKPullToRefreshView** > Supports pull to refresh feature on scrollable view. For example: `UIScrollView`, `UITableView` and `UICollectionView`.
 - **UIScrollView+ADKInfiniteScrollingView** > Supports infinite scrolling feature on scrollable view. For example: `UIScrollView`, `UITableView` and `UICollectionView`.
- **ADKModalMaskView** > Providing a way to create a modal view for presenting specific view.
- **ADKGradientView** > Creates a gradient view for you.
- **ADKGradientView** > Creating a simple linear gradient view with orientations for you.
- **ADKMultiGradientView** > Creating a complicated linear gradient view with orientations for you.
- **ADKDashedLineView** > Creates a dashed line around your view.


Expand Down

0 comments on commit fdd2f39

Please sign in to comment.