From 220ca9bb2a853315f07e2039117c86d2e6e316c3 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Tue, 30 Dec 2025 23:28:34 +0100 Subject: [PATCH] chore: bump version to 0.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- CHANGELOG.md | 2 ++ lib/version.g.dart | 6 +++--- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b9e557..af97534 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/version.g.dart b/lib/version.g.dart index 8bd25d4..19efafc 100644 --- a/lib/version.g.dart +++ b/lib/version.g.dart @@ -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'; } diff --git a/pubspec.yaml b/pubspec.yaml index 600b077..d48f3dc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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