Skip to content

Commit

Permalink
Increase version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydtorres committed Feb 16, 2016
1 parent f250565 commit b00dedb
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.2** - Fix bug where issue option header may be different from index.
* **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.
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 5
versionName "1.2.1"
versionCode 6
versionName "1.2.2"
}
buildTypes {
release {
Expand Down

0 comments on commit b00dedb

Please sign in to comment.