From 2464108a8534b5a8bd1970434e033432113cb23d Mon Sep 17 00:00:00 2001 From: problematicconsumer Date: Fri, 22 Sep 2023 23:57:48 +0330 Subject: [PATCH] release: version 0.5.10 --- changelog.md | 12 +++++++++++- pubspec.yaml | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 397c97f3..d43a4ded 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,17 @@ # Changelog -## 0.5.9 (2023-09-22) +## 0.5.10 (2023-09-22) + +#### Other + +* Fix minor bugs. + +* Fix profile update bug. + + + +## v0.5.9 (2023-09-22) #### Other diff --git a/pubspec.yaml b/pubspec.yaml index 591b107d..467e8840 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hiddify description: A Proxy Frontend. publish_to: "none" -version: 0.5.9+509 +version: 0.5.10+510 environment: sdk: ">=3.0.5 <4.0.0"