diff --git a/CHANGELOG.md b/CHANGELOG.md index ba78225..d14601b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog ## unreleased +- + +## 2.1.1-3 ### Added - `plan9dns-fl` resolver (Miami Florida, US No-logs, no-filters, DNSSEC -info https://jlongua.github.io/plan9-dns). - `plan9dns-mx` resolver (Mexico City, Mexico No-logs, no-filters, DNSSEC -info https://jlongua.github.io/plan9-dns). diff --git a/customize.sh b/customize.sh index c435de1..be06f7c 100644 --- a/customize.sh +++ b/customize.sh @@ -1,7 +1,7 @@ ui_print " " ui_print "******************************" ui_print "* dnscrypt-proxy-android *" - ui_print "* 2.1.1-2 *" + ui_print "* 2.1.1-3 *" ui_print "******************************" ui_print "* quindecim *" ui_print "******************************" diff --git a/module.prop b/module.prop index d055a3c..9c1aa96 100644 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=dnscrypt-proxy-android name=DNSCrypt-Proxy 2 -version=2.1.1-2 -versionCode=21102 +version=2.1.1-3 +versionCode=21103 author=quindecim description=A flexible DNS proxy, with support for modern encrypted DNS protocols such as DNSCrypt v2, DNS-over-HTTPS, Anonymized DNSCrypt and ODoH (Oblivious DoH). Using dnscrypt-proxy 2.1.1 updateJson=https://raw.githubusercontent.com/quindecim/dnscrypt-proxy-android/master/update.json diff --git a/update.json b/update.json index a67a640..12363f9 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "2.1.1-2", - "versionCode": 21102, - "zipUrl": "https://github.com/quindecim/dnscrypt-proxy-android/releases/download/2.1.1-2/dnscrypt-proxy-android-v2.1.1-2.zip", + "version": "2.1.1-3", + "versionCode": 21103, + "zipUrl": "https://github.com/quindecim/dnscrypt-proxy-android/releases/download/2.1.1-3/dnscrypt-proxy-android-v2.1.1-3.zip", "changelog": "https://raw.githubusercontent.com/quindecim/dnscrypt-proxy-android/master/CHANGELOG.md" }