Skip to content

Commit

Permalink
Bump up version to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydtorres committed Oct 8, 2016
1 parent 5157726 commit 1c79f3d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,20 @@ Get Stately on: [Google Play](https://play.google.com/store/apps/details?id=com.

* Browse your nation's data: stats, people, government, economy, rankings and happenings.
* Respond to issues encountered by your nation.
* Discover trends in national and regional census statistics.
* Discover trends in national, regional and world census statistics.
* Login and switch between different nations.
* Read, organize, write and reply to telegrams.
* Browse through regional factbooks and communities.
* Read, quote, post and do more in RMBs.
* Observe and vote on current World Assembly resolutions.
* Compile all your happenings together with the Activity Feed.
* Explore, endorse nations and move to different regions in NationStates.
* Compile all your happenings together with the Activity Feed.
* Get notified and stay up to date on new issues, telegrams and other events.
* Make it your own: choose between five different themes and more.

### Revision History

* **1.7.0** - Notifications, themes, World, census rankings, open old resolutions, improved telegrams, region polls, dossier, landscape.
* **1.6.3** - Enable move to SD card, bug fixes and improvements.
* **1.6.2** - Bug fixes and improvements.
* **1.6.1** - Bug fix for rare EditText crash.
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 24
versionCode 26
versionName "1.6.3"
versionCode 27
versionName "1.7.0"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
Expand Down
6 changes: 3 additions & 3 deletions Stately/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<resources>
<string name="app_name">Stately</string>
<string name="app_version">Stately 1.6.3</string>
<string name="app_header">Stately/1.6.3 (User %1$s; Droid)</string>
<string name="app_header_nouser">Stately/1.6.3 (No User; Droid)</string>
<string name="app_version">Stately 1.7.0</string>
<string name="app_header">Stately/1.7.0 (User %1$s; Droid)</string>
<string name="app_header_nouser">Stately/1.7.0 (No User; Droid)</string>
<string name="stately_alphys_r">Stately Notification Polling Receiver</string>
<string name="stately_alphys">Stately Notification Polling Service</string>
<string name="stately_notifs_sub_template">%1$s — Stately for NationStates</string>
Expand Down

0 comments on commit 1c79f3d

Please sign in to comment.