From c086eb9975b94192e331f3c0c7aa09fbb0ef898e Mon Sep 17 00:00:00 2001 From: hiddify <114227601+hiddify-com@users.noreply.github.com> Date: Sun, 29 Sep 2024 21:59:06 +0200 Subject: [PATCH] fix: version bug --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 2c4c55df..0cc0c7d7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hiddify description: Cross Platform Multi Protocol Proxy Frontend. publish_to: "none" -version: 2.5.1+20501 +version: 2.5.3+20503 environment: sdk: ">=3.3.0 <4.0.0"