Skip to content

Commit a79814e

Browse files
chore: bump version to 0.1.7
1 parent 9f6cc1c commit a79814e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/domain/shared/constants/app_info.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import 'package:whph/domain/shared/constants/app_assets.dart';
33
class AppInfo {
44
static const String name = "Work Hard Play Hard";
55
static const String shortName = "WHPH";
6-
static const String version = "0.1.6";
6+
static const String version = "0.1.7";
77
static const String description = "WHPH is a comprehensive app designed to enhance your personal productivity; "
88
"it allows you to effectively manage your tasks, develop new habits, and make the most of your time, "
99
"while also tracking how much time you spend on different applications to strengthen your focus. "

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ publish_to: "none"
77
# - Android: versionName = version, versionCode = build
88
# - iOS: CFBundleShortVersionString = version, CFBundleVersion = build
99
# - Windows: product/file version components = version, build suffix = build
10-
version: 0.1.6+1
10+
version: 0.1.7+1
1111

1212
environment:
1313
sdk: ^3.5.3
1414

15-
# https://pub.dev/packages/rps
15+
# https://pub.dev/packages/rps: dart pub global activate rps
1616
scripts:
1717
clean: flutter clean && rm -rf ~/.pub-cache/* && rm -rf .dart_tool && flutter pub cache repair && flutter pub get
1818
format: dart format . -l 120

0 commit comments

Comments
 (0)