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"