Bump to 0.101

Also fix a typo in the changelog (its vs it's). Mentioning specific
languages is also not a great idea, as some of them barely have any
strings.
This commit is contained in:
Daniel Martí 2016-09-28 20:13:52 +01:00
parent 0433f0eba5
commit 10cc21786a
2 changed files with 4 additions and 4 deletions

View File

@ -1,14 +1,14 @@
### Upcoming release ### 0.101 (2016-09-28)
* Support for Android 2.2 is dropped, 2.3.3 or later is now required * Support for Android 2.2 is dropped, 2.3.3 or later is now required
* Fixed APK Cache bugs, requiring the cache time be reset to 1 day * Fixed APK Cache bugs, requiring the cache time be reset to 1 day
* Uses Privileged Extension by default, when its installed * Use Privileged Extension by default if installed
* Optionally grey out apps that require Anti-Features * Optionally grey out apps that require Anti-Features
* New languages: Croatian, Icelandic, Myanmar * Translation updates
### 0.100.1 (2016-06-21) ### 0.100.1 (2016-06-21)

View File

@ -170,7 +170,7 @@ android {
} }
defaultConfig { defaultConfig {
versionCode 101006 versionCode 101050
versionName getVersionName() versionName getVersionName()
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
} }