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.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
floating-cat committed Apr 30, 2015
1 parent 321a0a7 commit 90df721
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG-zh-rCH.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.4.1 / 2015-04-30

### Bug修复

* 修复了图片错误显示而导致应用卡顿的问题

## 0.4.0 / 2015-04-30

### 主要的改进
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "cl.monsoon.s1next"
minSdkVersion 15
targetSdkVersion 22
versionCode 4
versionName "0.4.0"
versionCode 5
versionName "0.4.1"
}
buildTypes {
debug {
Expand Down

0 comments on commit 90df721

Please sign in to comment.