Skip to content

Commit

Permalink
change version to v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
upbit committed Nov 28, 2014
1 parent 0c2aabb commit 6c93d4f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
P站过去排行扫图专用App - Pixiv RankingLog for iOS
================

**下载:**[RankingLog_v1.2.ipa](http://blog.imaou.com/RankingLog/RankingLog_v1.2.ipa) - (通用版,支持iOS6.1~iOS8.1,需越狱)
**下载:**[RankingLog_v1.3.ipa](http://blog.imaou.com/RankingLog/RankingLog_v1.3.ipa) - (通用版,支持iOS6.1~iOS8.1,需越狱)

使用说明:

Expand All @@ -18,6 +18,7 @@ P站过去排行扫图专用App - Pixiv RankingLog for iOS

## ChangeLogs

* **[2014-11-28] [v1.3](https://github.com/upbit/Pixiv-RankingLog/releases/tag/v1.3)** 保存收藏列表到本地,修复带时间戳的多图作品无法显示的问题
* **[2014-11-05] [v1.2](https://github.com/upbit/Pixiv-RankingLog/releases/tag/v1.2)** 新增作者作品浏览视图,收藏增加顺序随机按钮
* **[2014-11-04] v1.1** 增加下载进度与收藏按钮,新增收藏浏览视图
* **[2014-10-31] v1.0** 瀑布流方式浏览过去排行
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ - (void)viewDidLoad
layout.sectionInset = UIEdgeInsetsMake(5, 2, 5, 2);
layout.minimumColumnSpacing = 1;
layout.minimumInteritemSpacing = 1;
layout.columnCount = 3;
layout.columnCount = 4;

self.collectionView.collectionViewLayout = layout;
self.collectionView.autoresizingMask = UIViewAutoresizingFlexibleHeight | UIViewAutoresizingFlexibleWidth;
Expand Down
2 changes: 1 addition & 1 deletion RankingLog/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.21</string>
<string>1.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 6c93d4f

Please sign in to comment.