diff --git a/customize.sh b/customize.sh index b6d951f..ffc9655 100644 --- a/customize.sh +++ b/customize.sh @@ -1,7 +1,7 @@ ui_print " " ui_print "******************************" ui_print "* dnscrypt-proxy-android *" - ui_print "* 2.1.4 *" + ui_print "* 2.1.5 *" ui_print "******************************" ui_print "* quindecim *" ui_print "******************************" diff --git a/module.prop b/module.prop index f16dab8..08c80bf 100644 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=dnscrypt-proxy-android name=DNSCrypt-Proxy 2 -version=2.1.4 -versionCode=210400 +version=2.1.5 +versionCode=210500 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.4 +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.5 updateJson=https://raw.githubusercontent.com/quindecim/dnscrypt-proxy-android/master/update.json diff --git a/update.json b/update.json index cc8b710..ac9dd39 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "2.1.4", - "versionCode": 210400, - "zipUrl": "https://github.com/quindecim/dnscrypt-proxy-android/releases/download/2.1.4/dnscrypt-proxy-android-v2.1.4.zip", - "changelog": "https://raw.githubusercontent.com/quindecim/dnscrypt-proxy-android/2.1.4/CHANGELOG.md" + "version": "2.1.5", + "versionCode": 210500, + "zipUrl": "https://github.com/quindecim/dnscrypt-proxy-android/releases/download/2.1.5/dnscrypt-proxy-android-v2.1.5.zip", + "changelog": "https://raw.githubusercontent.com/quindecim/dnscrypt-proxy-android/2.1.5/CHANGELOG.md" }