Skip to content

Commit efa56d2

Browse files
chore: update version to 0.0.2
1 parent 8b2c555 commit efa56d2

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pluginManagement {
1717
}
1818

1919
plugins {
20-
id "dev.flutter.flutter-plugin-loader" version "0.0.1"
20+
id "dev.flutter.flutter-plugin-loader" version "0.0.2"
2121
id "com.android.application" version "8.1.0" apply false
2222
id "org.jetbrains.kotlin.android" version "1.8.22" apply false
2323
}

lib/domain/features/shared/constants/app_info.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class AppInfo {
22
static const String name = "WHPH";
3-
static const String version = "0.0.1";
3+
static const String version = "0.0.2";
44
static const String description = "WHPH is a comprehensive app designed to enhance your personal productivity; "
55
"it allows you to effectively manage your tasks, develop new habits, and make the most of your time, "
66
"while also tracking how much time you spend on different applications to strengthen your focus. "

pubspec.yaml

Lines changed: 2 additions & 4 deletions
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: 0.0.1
19+
version: 0.0.2
2020

2121
environment:
2222
sdk: ^3.5.3
@@ -58,7 +58,7 @@ dependencies:
5858
intl: ^0.19.0 # Internationalization
5959
http: ^0.13.6
6060
audioplayers: ^6.1.0
61-
61+
6262
# UI
6363
cupertino_icons: ^1.0.8
6464
markdown_editor_plus: ^0.2.15
@@ -74,8 +74,6 @@ dependencies:
7474
# Mobile
7575
qr_code_scanner_plus: ^2.0.6
7676

77-
78-
7977
dev_dependencies:
8078
flutter_test:
8179
sdk: flutter

windows/runner/Runner.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ IDI_APP_ICON ICON "resources\\app_icon.ico"
6969
#if defined(FLUTTER_VERSION)
7070
#define VERSION_AS_STRING FLUTTER_VERSION
7171
#else
72-
#define VERSION_AS_STRING "0.0.1"
72+
#define VERSION_AS_STRING "0.0.2"
7373
#endif
7474

7575
VS_VERSION_INFO VERSIONINFO

0 commit comments

Comments
 (0)