From f07b1177e49a49d76d0d1f24b5aaec16b269238f Mon Sep 17 00:00:00 2001 From: problematicconsumer Date: Wed, 20 Dec 2023 20:42:20 +0330 Subject: [PATCH] release: version 0.12.0 --- CHANGELOG.md | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e15be1e2..dc067c5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [0.12.0.dev] - 2023-12-01 +## [0.12.0] - 2023-12-20 ### New Features and Improvements @@ -99,7 +99,7 @@ - Fixed localization mistakes in Russian. [PR#95](https://github.com/hiddify/hiddify-next/pull/95) by [solokot](https://github.com/solokot) - Fixed localization mistakes in Russian. [PR#74](https://github.com/hiddify/hiddify-next/pull/74) by [Elshad Guseynov](https://github.com/lifeindarkside) -[0.12.0.dev]: https://github.com/hiddify/hiddify-next/releases/tag/v0.12.0.dev +[0.12.0]: https://github.com/hiddify/hiddify-next/releases/tag/v0.12.0 [0.11.1]: https://github.com/hiddify/hiddify-next/releases/tag/v0.11.1 [0.11.0]: https://github.com/hiddify/hiddify-next/releases/tag/v0.11.0 [0.10.0]: https://github.com/hiddify/hiddify-next/releases/tag/v0.10.0 diff --git a/pubspec.yaml b/pubspec.yaml index c6a4420e..9e5fa055 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hiddify description: Cross Platform Multi Protocol Proxy Frontend. publish_to: "none" -version: 0.11.1+1101 +version: 0.12.0+1200 environment: sdk: ">=3.2.0 <4.0.0"