Skip to content

Commit fc56c4e

Browse files
committed
Bump up version to 1.10.0
1 parent b6b624d commit fc56c4e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Get Stately on: [Google Play](https://play.google.com/store/apps/details?id=com.
77

88
### Features
99

10-
* Browse your nation's data: stats, people, government, economy, rankings and happenings.
10+
* Get your nation's stats, policies, rankings and happenings.
1111
* Respond to issues encountered by your nation.
12-
* Discover trends in national, regional and world census statistics.
1312
* Login and switch between different nations.
14-
* Read, organize, write and reply to telegrams.
15-
* Browse through regional factbooks and communities.
16-
* Read, quote, post and do more in RMBs.
13+
* Browse through and move to different regional communities.
14+
* Chat with other players and more in RMBs.
1715
* Observe and vote on current World Assembly resolutions.
18-
* Explore, endorse nations and move to different regions in NationStates.
16+
* Endorse nations and participate in R/D gameplay.
17+
* Read, manage, write and reply to telegrams.
18+
* Discover trends in national, regional and world census statistics.
1919
* Compile all your happenings together with the Activity Feed.
2020
* Get notified and stay up to date on new issues, telegrams and other events.
2121
* Make it your own: choose between five different themes and more.
@@ -24,6 +24,7 @@ Get Stately on: [Google Play](https://play.google.com/store/apps/details?id=com.
2424

2525
Detailed release notes and APKs can be found in the [releases page](https://github.com/lloydtorres/stately/releases).
2626

27+
* **1.10.0** - New logo, nation policies support.
2728
* **1.9.3** - Z-Day improvements.
2829
* **1.9.2** - Edit RMB posts, regional voting data in resolutions, Android Oreo support, bug fixes and improvements.
2930
* **1.9.1** - Bug fix for aggressive notification service for Lollipop and above.
@@ -106,7 +107,6 @@ Stately also uses the following proprietary libraries:
106107

107108
Stately uses Creative Commons-licensed content from the following sources:
108109

109-
* [Android Material Icon Generator (CC BY-NC 3.0)](https://android-material-icon-generator.bitdroid.de/)
110110
* [Medical Icons Pack (CC BY 3.0)](http://www.flaticon.com/packs/medical-icons)
111111

112112
### License

Stately/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
applicationId "com.lloydtorres.stately"
1919
minSdkVersion 16
2020
targetSdkVersion 27
21-
versionCode 41
22-
versionName "1.9.3"
21+
versionCode 42
22+
versionName "1.10.0"
2323
vectorDrawables.useSupportLibrary = true
2424
}
2525
buildTypes {

0 commit comments

Comments
 (0)