Skip to content

Commit

Permalink
Version bump to v1.8.6 (#208)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
bostrot authored Aug 13, 2023
1 parent 033042f commit 55195a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/components/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 55195a4

Please sign in to comment.