From f1c07cfe99b16e4bbc39e21e5ab0402d7cf92235 Mon Sep 17 00:00:00 2001 From: problematicconsumer Date: Sun, 7 Jan 2024 21:16:13 +0330 Subject: [PATCH] release: version 0.13.6 --- CHANGELOG.md | 5 +++++ dependencies.properties | 2 +- libcore | 2 +- pubspec.yaml | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8565df04..4f9eacf7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [0.13.6] - 2023-1-7 + +- First stable 0.13.x release. check changes from 0.13.0.dev to 0.13.5.dev for more details. + ## [0.13.5.dev] - 2023-1-6 ### New Features and Improvements @@ -211,6 +215,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.13.6]: https://github.com/hiddify/hiddify-next/releases/tag/v0.13.6 [0.13.5.dev]: https://github.com/hiddify/hiddify-next/releases/tag/v0.13.5.dev [0.13.4.dev]: https://github.com/hiddify/hiddify-next/releases/tag/v0.13.4.dev [0.13.3.dev]: https://github.com/hiddify/hiddify-next/releases/tag/v0.13.3.dev diff --git a/dependencies.properties b/dependencies.properties index 79900b7c2..d71df8e03 100644 --- a/dependencies.properties +++ b/dependencies.properties @@ -1 +1 @@ -core.version=0.9.2 \ No newline at end of file +core.version=0.10.0 \ No newline at end of file diff --git a/libcore b/libcore index a6ef8d65b..2fe3e7dba 160000 --- a/libcore +++ b/libcore @@ -1 +1 @@ -Subproject commit a6ef8d65b683f29942567b1530e8549a1021dfe0 +Subproject commit 2fe3e7dbad6039c1848e3e9cd654fff05061e157 diff --git a/pubspec.yaml b/pubspec.yaml index d5d886215..be4e6f3cc 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.13.5+1350 +version: 0.13.6+1360 environment: sdk: ">=3.2.0 <4.0.0"