From a0a7b90f53a7cdb7a62d20ab0a4edcca820ff251 Mon Sep 17 00:00:00 2001 From: bluemeda Date: Thu, 24 May 2018 02:15:43 +0700 Subject: [PATCH] v2.4.0 --- README.md | 2 ++ changelog.md | 2 ++ module.prop | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ee6dfa..6728a70 100755 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ Just flash and forget. - For more detailed configuration please refer to [official documentation](https://github.com/jedisct1/dnscrypt-proxy/wiki/Basic-dnscrypt-proxy.toml-editing) ## Changelog +### v2.4.0 +- Update binary files to 2.0.14 ### v2.3.0 - Update binary files to 2.0.10 ([changelog](https://github.com/jedisct1/dnscrypt-proxy/blob/master/ChangeLog)) - Add option to choose auto redirect DNS or manually set with 3rd-party app. diff --git a/changelog.md b/changelog.md index b701c93..43d2777 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,6 @@ # Changelog +## v2.4.0 +* Update binary files to 2.0.14 ## v2.3.0 * Update binary files to 2.0.8 * Add option to choose auto redirect DNS or manually set with 3rd-party app. diff --git a/module.prop b/module.prop index 8b43fdf..d382a5f 100755 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=dnscrypt-proxy name=DNSCrypt-Proxy 2 -version=v2.3.0 -versionCode=12 +version=v2.4.0 +versionCode=13 author=bluemeda description=A flexible DNS proxy, with support for modern encrypted DNS protocols such as DNSCrypt v2 and DNS-over-HTTP/2. minMagisk=1500