Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
bostrot committed Apr 4, 2022
1 parent 537a0c0 commit 1af0ebb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified build/windows/runner/Release/data/app.so
Binary file not shown.
Binary file modified build/windows/runner/Release/wsl2distromanager.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/components/constants.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// TODO: Update on release
const String currentVersion = "v0.9.0";
const String currentVersion = "v0.9.1";
const String windowsStoreUrl = "https://www.microsoft.com/store/"
"productId/9NWS9K95NMJB";
const String defaultPath = 'C:\\WSL2-Distros\\';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.9.0 # Current version
version: 0.9.1 # Current version

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit 1af0ebb

Please sign in to comment.