Skip to content

Commit 4e72b97

Browse files
authored
Merge pull request #79 from anistarsung/master
Preparing release AppDevKit 1.3.1
2 parents 002b561 + cff89db commit 4e72b97

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

AppDevKit.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 = "AppDevKit"
4-
s.version = "1.3.0"
4+
s.version = "1.3.1"
55
s.summary = "The collection of open develop utilities for iOS development team. It contains foundationl and useful features that Apple didn't provide."
66
s.homepage = "https://github.com/yahoo/AppDevKit"
77
s.license = "Yahoo! Inc. BSD license"

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
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.3.1
6+
#### Fixed
7+
* Revert prepareForReuse: method call in ADKCellDynamicSizeCalculator.
58

69
## 1.3.0
710
#### Fixed

0 commit comments

Comments
 (0)