diff --git a/pubspec.yaml b/pubspec.yaml index cfb8a504..aa6ae578 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: jhentai description: A flutter app for E-Hentai/EXHentai publish_to: 'none' -version: 2.1.2+48 +version: 2.1.3+49 environment: sdk: ">=2.16.1 <3.0.0" @@ -77,4 +77,4 @@ dev_dependencies: flutter: uses-material-design: true assets: - - assets/ \ No newline at end of file + - assets/ diff --git a/windows/runner/Runner.rc b/windows/runner/Runner.rc index 31fde0d6..589476c7 100644 --- a/windows/runner/Runner.rc +++ b/windows/runner/Runner.rc @@ -63,13 +63,13 @@ IDI_APP_ICON ICON "resources\\app_icon.ico" #ifdef FLUTTER_BUILD_NUMBER #define VERSION_AS_NUMBER FLUTTER_BUILD_NUMBER #else -#define VERSION_AS_NUMBER 2,1,2 +#define VERSION_AS_NUMBER 2,1,3 #endif #ifdef FLUTTER_BUILD_NAME #define VERSION_AS_STRING #FLUTTER_BUILD_NAME #else -#define VERSION_AS_STRING "2.1.2" +#define VERSION_AS_STRING "2.1.3" #endif VS_VERSION_INFO VERSIONINFO