diff --git a/build/windows/runner/Release/data/app.so b/build/windows/runner/Release/data/app.so index 1512fe5..4db6926 100644 Binary files a/build/windows/runner/Release/data/app.so and b/build/windows/runner/Release/data/app.so differ diff --git a/build/windows/runner/Release/wsl2distromanager.exe b/build/windows/runner/Release/wsl2distromanager.exe index a96322f..bbcb510 100644 Binary files a/build/windows/runner/Release/wsl2distromanager.exe and b/build/windows/runner/Release/wsl2distromanager.exe differ diff --git a/lib/components/constants.dart b/lib/components/constants.dart index a19ff48..e999337 100644 --- a/lib/components/constants.dart +++ b/lib/components/constants.dart @@ -1,5 +1,5 @@ // TODO: Update on release -const String currentVersion = "v0.7.3"; +const String currentVersion = "v0.7.4"; const String windowsStoreUrl = "https://www.microsoft.com/store/" "productId/9NWS9K95NMJB"; diff --git a/pubspec.yaml b/pubspec.yaml index ca89377..f7969bc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.7.3 # Current version +version: 0.7.4 # Current version environment: sdk: ">=2.12.0 <3.0.0"