Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Bumped version to 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sh1r0 committed Mar 19, 2017
1 parent 2134b70 commit a05433b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
======

## 1.5.2
* Fixed parsing error of cklol (thanks to [@npes87184](https://github.com/npes87184))

## 1.5.1
* Supported fully-customizable format for output file (thanks to [@npes87184](https://github.com/npes87184))
* Embed static search.html in assets
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NovelDroid
An android app for extracting novel contents from forum posts

## Latest Version
1.5.1
1.5.2

## Changelog
See [CHANGELOG](CHANGELOG.md)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ android {
applicationId "com.sh1r0.noveldroid"
minSdkVersion 14
targetSdkVersion 22
versionCode 54
versionName "1.5.1"
versionCode 55
versionName "1.5.2"
}

signingConfigs {
Expand Down

0 comments on commit a05433b

Please sign in to comment.