From 19590ed38e6f2b5a3e6fff6959d6c0bf177b02a8 Mon Sep 17 00:00:00 2001 From: quindecim <49964366+quindecim@users.noreply.github.com> Date: Fri, 25 Mar 2022 10:58:38 +0100 Subject: [PATCH] [up] Update to `2.1.1-2` --- CHANGELOG.md | 2 ++ customize.sh | 2 +- module.prop | 4 ++-- update.json | 6 +++--- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dfc656..c4c8ee2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## unreleased +## 2.1.1-2 + ### Fixed - Random connection issues under mobile data. (see [DNSCrypt/dnscrypt-proxy/discussions/2020](https://github.com/DNSCrypt/dnscrypt-proxy/discussions/2020)) diff --git a/customize.sh b/customize.sh index cb6a9d6..c435de1 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-1 *" + ui_print "* 2.1.1-2 *" ui_print "******************************" ui_print "* quindecim *" ui_print "******************************" diff --git a/module.prop b/module.prop index 17ff6d3..d055a3c 100644 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=dnscrypt-proxy-android name=DNSCrypt-Proxy 2 -version=2.1.1-1 -versionCode=21101 +version=2.1.1-2 +versionCode=21102 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 a7a4313..ab8a427 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "2.1.1-1", - "versionCode": 21101, - "zipUrl": "https://github.com/quindecim/dnscrypt-proxy-android/releases/download/2.1.1/dnscrypt-proxy-android-v2.1.1-1.zip", + "version": "2.1.1-2", + "versionCode": 21102, + "zipUrl": "https://github.com/quindecim/dnscrypt-proxy-android/releases/download/2.1.1/dnscrypt-proxy-android-v2.1.1-2.zip", "changelog": "https://github.com/quindecim/dnscrypt-proxy-android/blob/master/CHANGELOG.md" }