From 3e20bde05f3ef8365dd88c19796fc940a31341ab Mon Sep 17 00:00:00 2001 From: Yehuda Kremer Date: Fri, 14 Jul 2023 12:54:59 +0300 Subject: [PATCH] fix #211 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74f587e..fa2cfb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.15.1 + +- fix [#211](https://github.com/YehudaKremer/msix/issues/211) + ## 3.15.0 - add support for `arm64` build folder layout [#205](https://github.com/YehudaKremer/msix/issues/205) diff --git a/pubspec.yaml b/pubspec.yaml index 5bee152..a1604cd 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.15.0 +version: 3.15.1 maintainer: Yehuda Kremer (yehudakremer@gmail.com) homepage: https://github.com/YehudaKremer/msix issue_tracker: https://github.com/YehudaKremer/msix/issues