From e1627474535b8bc0460367b6dcce8ad1a707f20b Mon Sep 17 00:00:00 2001 From: Yehuda Kremer Date: Wed, 23 Mar 2022 12:42:29 +0200 Subject: [PATCH] fix #119 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16da995..b22bfdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.4.1 + +- fix [#119](https://github.com/YehudaKremer/msix/issues/119) + ## 3.4.0 - enable multiple protocols activision in `protocol_activation` [#114](https://github.com/YehudaKremer/msix/issues/114) diff --git a/pubspec.yaml b/pubspec.yaml index 31a69fe..a3ebbfc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: msix description: A command-line tool that create Msix installer from your flutter windows-build files. -version: 3.4.0 +version: 3.4.1 maintainer: Yehuda Kremer (yehudakremer@gmail.com) homepage: https://github.com/YehudaKremer/msix