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

Commit d41c3c0

Browse files
committed
Bump version
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent edd7c6c commit d41c3c0

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Release Notes
22

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

149-
[Unreleased]: https://github.com/msfjarvis/viscerion/compare/5.2.9...HEAD
151+
[Unreleased]: https://github.com/msfjarvis/viscerion/compare/5.2.10...HEAD
152+
[5.2.10]: https://github.com/msfjarvis/viscerion/releases/5.2.10
150153
[5.2.9]: https://github.com/msfjarvis/viscerion/releases/5.2.9
151154
[5.2.8]: https://github.com/msfjarvis/viscerion/releases/5.2.8
152155
[5.2.7]: https://github.com/msfjarvis/viscerion/releases/5.2.7

dependencies.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ ext.versions = [
77
minSdk: 23,
88
targetSdk: 29,
99
compileSdk: 29,
10-
versionCode: 5291,
11-
versionName: "5.2.9",
10+
versionCode: 5292,
11+
versionName: "5.2.10",
1212
buildTools: "29.0.2",
1313
packageName: "me.msfjarvis.viscerion"
1414
]

0 commit comments

Comments
 (0)