From 03f9c417cc165cdb3591d766030198ffcaba87ae Mon Sep 17 00:00:00 2001 From: VR-25 <28943176+VR-25@users.noreply.github.com> Date: Mon, 16 May 2022 07:20:06 +0100 Subject: [PATCH] Bump version --- CHANGELOG | 5 +++++ tarb.sh | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index d5b73fe..8af2828 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +v2022.5.16 202205160 +- Fixed "backup/restore stops right after gms"; +- Remind user to disable/remove Magisk modules that may cause bootloop; +- Updated Telegram group link. + v2022.5.15 202205150 - Fixed -rnx ['regex']; - -r shall have no fallback regex, just like -b; diff --git a/tarb.sh b/tarb.sh index 91c4dcf..8044415 100644 --- a/tarb.sh +++ b/tarb.sh @@ -936,7 +936,7 @@ PASSF=$TMPDIR/.pass AUTHOR="VR-25 @ GitHub" COPYRIGHT_YEAR=2022 DESCRIPTION="Backup/restore apps and respective data, SSAIDs, runtime permissions, generic system settings, Magisk modules, and more." -VERSION="v2022.5.15 202205150" +VERSION="v2022.5.16 202205160" [ -z "${LINENO-}" ] || export PS4='$LINENO: ' mkdir -p ${BKP_DIR##* } $BIN_DIR