chore: bump version to 0.3.0

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-30 23:28:34 +01:00
co-authored by Claude Opus 4.5
parent a4aaea33b8
commit 220ca9bb2a
3 changed files with 6 additions and 4 deletions
+2
View File
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.3.0] - 2025-12-30
### Added
- docs/UI_LAYOUT.md - Responsive layout specification with "Rooms of the Estate" navigation
+3 -3
View File
@@ -7,7 +7,7 @@ class AppVersion {
static const String name = 'tatlock_ui';
static const String description = 'Tatlock - a Home Lab AI';
static const String version = '0.2.0';
static const int buildNumber = 2;
static const String fullVersion = '0.2.0+2';
static const String version = '0.3.0';
static const int buildNumber = 1;
static const String fullVersion = '0.3.0+1';
}
+1 -1
View File
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.2.0+2
version: 0.3.0+1
environment:
sdk: ^3.10.4