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

Commit 6231a2c

Browse files
committed
Bump version
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent 9c9d6e4 commit 6231a2c

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.6] - 2019-11-27
46
- Update libwg-go and build with Go 1.13.4
57
- Add Tasker plugin support to simplify integration (by Rafhaan Shah)
68
- Allow using PIN/password/pattern as fallback authentication
@@ -112,7 +114,8 @@ the only ones which use the tunnel for networking.
112114
- Ensure command line tools know the correct paths to probe for config files
113115
- Update userspace implementation to work with Android 9's bionic restrictions
114116

115-
[Unreleased]: https://github.com/msfjarvis/viscerion/compare/5.2.5...HEAD
117+
[Unreleased]: https://github.com/msfjarvis/viscerion/compare/5.2.6...HEAD
118+
[5.2.6]: https://github.com/msfjarvis/viscerion/releases/5.2.6
116119
[5.2.5]: https://github.com/msfjarvis/viscerion/releases/5.2.5
117120
[5.2.4]: https://github.com/msfjarvis/viscerion/releases/5.2.4
118121
[5.2.3]: https://github.com/msfjarvis/viscerion/releases/5.2.3

dependencies.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ ext.versions = [
77
minSdk: 21,
88
targetSdk: 29,
99
compileSdk: 29,
10-
versionCode: 5250,
11-
versionName: "5.2.5",
10+
versionCode: 5260,
11+
versionName: "5.2.6",
1212
buildTools: "29.0.2"
1313
]
1414

0 commit comments

Comments
 (0)