From 48089787bb3c41b691e81c0f2bfd0cd0a903c190 Mon Sep 17 00:00:00 2001 From: Yehuda Kremer Date: Mon, 14 Feb 2022 09:17:12 +0200 Subject: [PATCH] version 3.0.1 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7045eb5..3c4c369 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.0.1 + +- removed powershell file + ## 3.0.0 - add `publish` command and configurations, for sideloading publish (outside the microsoft store) diff --git a/pubspec.yaml b/pubspec.yaml index e2664d3..77ece7f 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.0.0 +version: 3.0.1 maintainer: Yehuda Kremer (yehudakremer@gmail.com) homepage: https://github.com/YehudaKremer/msix