Skip to content

Commit 655c164

Browse files
chore: bump version to 0.4.3
1 parent 494c3cb commit 655c164

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.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;

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1212
environment:
1313
sdk: ^3.5.3

0 commit comments

Comments
 (0)