Update version to 2.0.0

This commit is contained in:
Hank Grabowski 2022-11-10 21:49:24 -05:00
parent 25cd6c0806
commit ef12939da2
2 changed files with 4 additions and 4 deletions

View file

@ -1,10 +1,10 @@
name: fediverse_archive_browser
description: An Archive Browser for various fediverse projects (Friendica, Diaspora)
description: An Archive Browser for various fediverse projects (Friendica, Diaspora, Mastodon)
# Prevent accidental publishing to pub.dev.
publish_to: 'none'
version: 1.0.0
version: 2.0.0
environment:
sdk: '>=2.18.2 <3.0.0'

View file

@ -63,13 +63,13 @@ IDI_APP_ICON ICON "resources\\fediverse_archive_re
#ifdef FLUTTER_BUILD_NUMBER
#define VERSION_AS_NUMBER FLUTTER_BUILD_NUMBER
#else
#define VERSION_AS_NUMBER 1,0,0
#define VERSION_AS_NUMBER 2,0,0
#endif
#ifdef FLUTTER_BUILD_NAME
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
#else
#define VERSION_AS_STRING "1.0.0"
#define VERSION_AS_STRING "2.0.0"
#endif
VS_VERSION_INFO VERSIONINFO