File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/domain/shared/constants Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import 'package:whph/domain/shared/constants/app_assets.dart';
33class AppInfo {
44 static const String name = "Work Hard Play Hard" ;
55 static const String shortName = "WHPH" ;
6- static const String version = "0.4.2 " ;
6+ static const String version = "0.4.3 " ;
77 static const String websiteUrl = "https://whph.ahmetcetinkaya.me/" ;
88 static const String sourceCodeUrl = "https://github.com/ahmet-cetinkaya/whph" ;
99 static const String logoPath = AppAssets .logo;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ 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.4.2+8
10+ version : 0.4.3+9
1111
1212environment :
1313 sdk : ^3.5.3
You can’t perform that action at this time.
0 commit comments