Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Harsh Shandilya <[email protected]>
  • Loading branch information
msfjarvis committed Jan 25, 2020
1 parent edd7c6c commit d41c3c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Release Notes

### [Unreleased]

### [5.2.10] - 2019-01-25
- Update library dependencies
- Add Android TV support
- Fix occasional crash with tunnel stats
Expand Down Expand Up @@ -146,7 +148,8 @@ the only ones which use the tunnel for networking.
- Ensure command line tools know the correct paths to probe for config files
- Update userspace implementation to work with Android 9's bionic restrictions

[Unreleased]: https://github.com/msfjarvis/viscerion/compare/5.2.9...HEAD
[Unreleased]: https://github.com/msfjarvis/viscerion/compare/5.2.10...HEAD
[5.2.10]: https://github.com/msfjarvis/viscerion/releases/5.2.10
[5.2.9]: https://github.com/msfjarvis/viscerion/releases/5.2.9
[5.2.8]: https://github.com/msfjarvis/viscerion/releases/5.2.8
[5.2.7]: https://github.com/msfjarvis/viscerion/releases/5.2.7
Expand Down
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ ext.versions = [
minSdk: 23,
targetSdk: 29,
compileSdk: 29,
versionCode: 5291,
versionName: "5.2.9",
versionCode: 5292,
versionName: "5.2.10",
buildTools: "29.0.2",
packageName: "me.msfjarvis.viscerion"
]
Expand Down

0 comments on commit d41c3c0

Please sign in to comment.