From 55195a4cb2792decc5d50c9da092cab95188e551 Mon Sep 17 00:00:00 2001 From: Eric Trenkel Date: Sun, 13 Aug 2023 12:04:14 +0200 Subject: [PATCH] Version bump to v1.8.6 (#208) * Changed "Quick actions" to "snippets" * Changed Community Actions to Snippets * Version bump * Version bump * Changed snippet to code snippet * Upgraded dependencies * Fixed windows recreating distro folders * Fixed cleanup path * Fixed cleanup text * Version bump to 1.8.6 --- lib/components/constants.dart | 2 +- pubspec.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/components/constants.dart b/lib/components/constants.dart index b04919f..f7a6e5a 100644 --- a/lib/components/constants.dart +++ b/lib/components/constants.dart @@ -2,7 +2,7 @@ import 'package:fluent_ui/fluent_ui.dart'; const String title = 'WSL Distro Manager by Bostrot'; -const String currentVersion = "1.8.5"; +const String currentVersion = "1.8.6"; const String windowsStoreUrl = "https://www.microsoft.com/store/" "productId/9NWS9K95NMJB"; const String defaultPath = 'C:\\WSL2-Distros'; diff --git a/pubspec.yaml b/pubspec.yaml index 746aa8b..e95e8b9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,8 @@ name: wsl2distromanager description: A GUI to quickly manage your WSL instances. publish_to: "none" -version: 1.8.5 # Current version +version: 1.8.6 # Current version + environment: sdk: ">=2.17.0 <3.0.0"