Skip to content

Commit

Permalink
Raise version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydtorres committed Feb 12, 2016
1 parent 757247e commit f7c1901
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Stately

### Revision History

* **1.2.1** - Fix bugs with detached fragment and missing HtmlTextViews.
* **1.2.0** - Activity feed, improved BBCode parsing, Material dialogs, Flurry.
* **1.1.0** - Multi-nation login, RMB posting, WA voting, rate limiter.
* **1.0.1** - Fix bug with malformed vectors.
Expand Down
4 changes: 2 additions & 2 deletions Stately/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId "com.lloydtorres.stately"
minSdkVersion 16
targetSdkVersion 23
versionCode 4
versionName "1.2.0"
versionCode 5
versionName "1.2.1"
}
buildTypes {
release {
Expand Down

0 comments on commit f7c1901

Please sign in to comment.