From c74735ea7a87aa2a3100ad75961fa29929f33b28 Mon Sep 17 00:00:00 2001
From: Oliver Smith <ollieparanoid@postmarketos.org>
Date: Thu, 27 Feb 2025 01:09:19 +0100
Subject: [PATCH] Prepare 3.3.1 release

---
 pmb/__init__.py        | 2 +-
 pmb/config/__init__.py | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pmb/__init__.py b/pmb/__init__.py
index 83cac675c..bdfb4f564 100644
--- a/pmb/__init__.py
+++ b/pmb/__init__.py
@@ -25,7 +25,7 @@ from .core.context import get_context
 from .commands import run_command
 
 # pmbootstrap version
-__version__ = "3.3.0"
+__version__ = "3.3.1"
 
 # Python version check
 # === CHECKLIST FOR UPGRADING THE REQUIRED PYTHON VERSION ===
diff --git a/pmb/config/__init__.py b/pmb/config/__init__.py
index 50c746a22..e4d01980d 100644
--- a/pmb/config/__init__.py
+++ b/pmb/config/__init__.py
@@ -30,8 +30,8 @@ apk_keys_path: Path = pmb_src / "pmb/data/keys"
 # (which may contain a vulnerable apk/openssl, and allows an attacker to
 # exploit the system!)
 apk_tools_min_version = {
-    "edge": "2.14.9-r0",
-    "v3.21": "2.14.6-r2",
+    "edge": "2.14.9-r1",
+    "v3.21": "2.14.6-r3",
     "v3.20": "2.14.4-r1",
     "v3.19": "2.14.4-r0",
     "v3.18": "2.14.4-r0",
-- 
GitLab