From c1dc3659b1798c7d57c6ac004fa621173778a5df Mon Sep 17 00:00:00 2001 From: problematicconsumer Date: Wed, 4 Oct 2023 18:07:09 +0330 Subject: [PATCH] release: version 0.7.2 --- changelog.md | 10 +++++++++- pubspec.yaml | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index a6a5aae5..cdabb407 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,15 @@ # Changelog -## 0.7.1 (2023-10-03) +## 0.7.2 (2023-10-04) + +#### Other + +* Fix bugs. + + + +## v0.7.1 (2023-10-03) #### Other diff --git a/pubspec.yaml b/pubspec.yaml index cc68ee3f..fa09d274 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hiddify description: A Proxy Frontend. publish_to: "none" -version: 0.7.1+701 +version: 0.7.2+702 environment: sdk: ">=3.0.5 <4.0.0"