diff --git a/auth/pubspec.yaml b/auth/pubspec.yaml index fb40eead5c..7b0245ecb1 100644 --- a/auth/pubspec.yaml +++ b/auth/pubspec.yaml @@ -1,6 +1,6 @@ name: ente_auth description: ente two-factor authenticator -version: 2.0.41+241 +version: 2.0.43+243 publish_to: none environment: diff --git a/auth/windows/runner/Runner.rc b/auth/windows/runner/Runner.rc index da5407522d..a55299b451 100644 --- a/auth/windows/runner/Runner.rc +++ b/auth/windows/runner/Runner.rc @@ -63,13 +63,13 @@ IDI_APP_ICON ICON "resources\\app_icon.ico" #if defined(FLUTTER_VERSION_MAJOR) && defined(FLUTTER_VERSION_MINOR) && defined(FLUTTER_VERSION_PATCH) && defined(FLUTTER_VERSION_BUILD) #define VERSION_AS_NUMBER FLUTTER_VERSION_MAJOR,FLUTTER_VERSION_MINOR,FLUTTER_VERSION_PATCH,FLUTTER_VERSION_BUILD #else -#define VERSION_AS_NUMBER 2,0,34,234 +#define VERSION_AS_NUMBER 2,0,43,243 #endif #if defined(FLUTTER_VERSION) #define VERSION_AS_STRING FLUTTER_VERSION #else -#define VERSION_AS_STRING "2.0.34+234" +#define VERSION_AS_STRING "2.0.43+243" #endif VS_VERSION_INFO VERSIONINFO