diff --git a/README.md b/README.md index 6bfc257..7ed4fff 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ original author is Grant Limberg (glimberg@gmail.com). See [AUTHORS.md](https:// ## Roadmap -- [ ] Add moon config persistent & file config +- [X] Add moon config persistent & file config - [x] Add peer list view - [x] Support planet config -- [ ] Rewrite & update UI to fit Material Design +- [ ] *WIP* Rewrite & update UI to fit Material Design - [ ] Replace pre-built JNI library -- [ ] Clear up code (remove decompiler tag and refine) +- [ ] *WIP* Clear up code (remove decompiler tag and refine) diff --git a/app/build.gradle b/app/build.gradle index 21a8fc1..fac5c62 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { applicationId "net.kaaass.zerotierfix" minSdkVersion 21 targetSdkVersion 30 - versionCode 6 - versionName "1.0.2" + versionCode 7 + versionName "1.0.3" testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' }