From b056271da7dd3af4c1ccbe4e0a9e77e2a2971ccb Mon Sep 17 00:00:00 2001 From: Ivan Date: Sat, 20 Sep 2025 16:31:55 -0500 Subject: [PATCH] Bump version to 0.2.1 - Fix broken APK and Linux builds due to webview_flutter_android compatibility issue - Add manual workflow trigger for easier testing and deployment - Add automated draft release creation with build artifacts - Override webview_flutter_android to v4.10.1 for Dart 3.7 compatibility --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9aa89ed..862f1ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ren-browser" -version = "0.2.0" +version = "0.2.1" description = "A browser for the Reticulum Network." authors = [ {name = "Sudo-Ivan"}