Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kaaass committed Jul 29, 2021
1 parent d44eb8c commit 3664683
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ original author is Grant Limberg ([email protected]). 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)
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down

0 comments on commit 3664683

Please sign in to comment.