Skip to content

Commit

Permalink
Raise version to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydtorres committed Feb 19, 2016
1 parent a4f3ea5 commit 8c8b533
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.3** - Bug fixes and improvements.
* **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.
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 6
versionName "1.2.2"
versionCode 7
versionName "1.2.3"
}
buildTypes {
release {
Expand Down

0 comments on commit 8c8b533

Please sign in to comment.