Skip to content
This repository has been archived by the owner on Jan 11, 2025. It is now read-only.

Commit

Permalink
Bump version to v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
floating-cat committed Oct 18, 2015
1 parent 76e68f6 commit b0244bf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG-zh-rCH.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.5.2 / 2015-10-18

### 较小的改进

* 新增了帖子链接/ID直接跳转的功能

### Bug修复

* 修复了进入应用时,应用背景颜色过渡不自然的问题
* 修复了其它一些细小的 Bug

### 其他

* 将帖子列表页面的样式恢复到了旧版

## 0.5.1 / 2015-10-16

### Bug修复
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId 'cl.monsoon.s1next'
minSdkVersion 15
targetSdkVersion 23
versionCode 8
versionName '0.5.1'
versionCode 9
versionName '0.5.2'
generatedDensities = ['mdpi', 'hdpi', 'xhdpi', 'xxhdpi', 'xxxhdpi']
}
buildTypes {
Expand Down

0 comments on commit b0244bf

Please sign in to comment.