Skip to content

Commit

Permalink
Merge pull request #83 from anistarsung/master
Browse files Browse the repository at this point in the history
Update information for 1.4.0 release
  • Loading branch information
kenobilyh authored Jun 26, 2018
2 parents 46270eb + 909b3d2 commit 5c27c85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AppDevKit.podspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Pod::Spec.new do |s|

s.name = "AppDevKit"
s.version = "1.3.1"
s.summary = "The collection of open develop utilities for iOS development team. It contains foundationl and useful features that Apple didn't provide."
s.version = "1.4.0"
s.summary = "The collection of open develop utilities for iOS development team. It contains foundational and useful features that Apple didn't provide."
s.homepage = "https://github.com/yahoo/AppDevKit"
s.license = "Yahoo! Inc. BSD license"

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
`AppDevKit` adheres to [Semantic Versioning](http://semver.org/).

## 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.

## 1.3.1
#### Fixed
* Revert prepareForReuse: method call in ADKCellDynamicSizeCalculator.
Expand Down

0 comments on commit 5c27c85

Please sign in to comment.