From 14d3003dc99767082fe424ab4392fd6af1f7fdf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=85=B1=E5=A4=A9=E5=B0=8F=E7=A6=BD=E5=85=BD?= Date: Sun, 24 Jul 2022 11:46:56 +0800 Subject: [PATCH] v2.1.7+53 --- pubspec.yaml | 2 +- windows/runner/Runner.rc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 20745091..7786a8ac 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.6+52 +version: 2.1.7+53 environment: sdk: ">=2.16.1 <3.0.0" diff --git a/windows/runner/Runner.rc b/windows/runner/Runner.rc index 94da3f34..2dbd2786 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,6 +#define VERSION_AS_NUMBER 2,1,7 #endif #ifdef FLUTTER_BUILD_NAME #define VERSION_AS_STRING #FLUTTER_BUILD_NAME #else -#define VERSION_AS_STRING "2.1.6" +#define VERSION_AS_STRING "2.1.7" #endif VS_VERSION_INFO VERSIONINFO