diff --git a/pubspec.yaml b/pubspec.yaml index d28c60cc..fa813e8f 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: 1.10.4 +version: 1.10.5 environment: sdk: ">=3.0.0 <4.0.0" diff --git a/setup.iss b/setup.iss index 3ecee06c..6b6767a8 100644 --- a/setup.iss +++ b/setup.iss @@ -3,7 +3,7 @@ #define MyAppName "Âþ¼£" #define MyAppNameEN "Manji" -#define MyAppVersion "1.10.4" +#define MyAppVersion "1.10.5" #define MyAppExeName "anime_footmark_windows.exe" [Setup] diff --git a/windows/runner/Runner.rc b/windows/runner/Runner.rc index b14f62b5..d50212c2 100644 --- a/windows/runner/Runner.rc +++ b/windows/runner/Runner.rc @@ -68,7 +68,7 @@ IDI_APP_ICON ICON "resources\\app_icon.ico" #ifdef FLUTTER_BUILD_NAME #define VERSION_AS_STRING #FLUTTER_BUILD_NAME #else -#define VERSION_AS_STRING "1.10.4" +#define VERSION_AS_STRING "1.10.5" #endif VS_VERSION_INFO VERSIONINFO