Skip to content

Commit

Permalink
Version bump v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bostrot committed Dec 23, 2021
1 parent 88c7305 commit b552035
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 3 deletions.
Binary file modified build/windows/runner/Release/data/app.so
Binary file not shown.
Binary file modified build/windows/runner/Release/data/flutter_assets/NOTICES.Z
Binary file not shown.
Binary file modified build/windows/runner/Release/desktop_window_plugin.dll
Binary file not shown.
Binary file modified build/windows/runner/Release/system_theme_plugin.dll
Binary file not shown.
Binary file modified build/windows/runner/Release/url_launcher_windows_plugin.dll
Binary file not shown.
Binary file not shown.
Binary file modified build/windows/runner/Release/wsl2distromanager.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import 'create.dart';
import 'analytics.dart';

// TODO: Update on release
const String currentVersion = "v0.6.0";
const String currentVersion = "v0.6.1";
const String windowsStoreUrl = "https://www.microsoft.com/store/"
"productId/9NWS9K95NMJB";

Expand Down
3 changes: 1 addition & 2 deletions 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.6.0 # Current version
version: 0.6.1 # Current version

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down Expand Up @@ -97,4 +97,3 @@ flutter:
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages


0 comments on commit b552035

Please sign in to comment.