Skip to content

Commit f253c13

Browse files
committed
bump version
1 parent dba4972 commit f253c13

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lib/screens/home.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ class DashboardScreen extends StatelessWidget {
198198
showAboutDialog(
199199
context: context,
200200
applicationName: 'RevEngi',
201-
applicationVersion: '1.0.5',
201+
applicationVersion: '1.0.6',
202202
applicationLegalese: '© ${DateTime.now().year} RevEngi',
203203
applicationIcon: Image.asset(
204204
Theme.of(context).brightness == Brightness.dark

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 1.0.5+5
19+
version: 1.0.6+5
2020

2121
environment:
2222
sdk: ^3.7.2

windows/runner/Runner.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ IDI_APP_ICON ICON "resources\\app_icon.ico"
6363
#if defined(FLUTTER_VERSION_MAJOR) && defined(FLUTTER_VERSION_MINOR) && defined(FLUTTER_VERSION_PATCH) && defined(FLUTTER_VERSION_BUILD)
6464
#define VERSION_AS_NUMBER FLUTTER_VERSION_MAJOR,FLUTTER_VERSION_MINOR,FLUTTER_VERSION_PATCH,FLUTTER_VERSION_BUILD
6565
#else
66-
#define VERSION_AS_NUMBER 1,0,5,0
66+
#define VERSION_AS_NUMBER 1,0,6,0
6767
#endif
6868

6969
#if defined(FLUTTER_VERSION)
7070
#define VERSION_AS_STRING FLUTTER_VERSION
7171
#else
72-
#define VERSION_AS_STRING "1.0.5"
72+
#define VERSION_AS_STRING "1.0.6"
7373
#endif
7474

7575
VS_VERSION_INFO VERSIONINFO

0 commit comments

Comments
 (0)