From 78e2fbeac817c2091c440562a599f1b27ed54e53 Mon Sep 17 00:00:00 2001 From: "Graciliano M. P." Date: Thu, 2 Jul 2026 00:22:41 -0300 Subject: [PATCH] Release 1.14.9 (supersedes 1.14.8) Patch release that supersedes v1.14.8, whose tag pointed at a commit predating the webClientVersion sync fix. No dependency change (omnyshell stays ^1.52.0); bumps both version sources (pubspec.yaml + lib/core/ version.dart) together, kept in sync per test/core/version_test.dart. Co-Authored-By: Claude Opus 4.8 (1M context) --- lib/core/version.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/core/version.dart b/lib/core/version.dart index e231973..e347612 100644 --- a/lib/core/version.dart +++ b/lib/core/version.dart @@ -6,4 +6,4 @@ library; /// This web client's version (matches `pubspec.yaml`). -const String webClientVersion = '1.14.8'; +const String webClientVersion = '1.14.9'; diff --git a/pubspec.yaml b/pubspec.yaml index 79a80f9..3d0d782 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: omnyshell_web description: >- Browser-only client for the OmnyShell ecosystem — connect to a Hub, discover nodes, and manage interactive sessions. Installable PWA. -version: 1.14.8 +version: 1.14.9 # repository: https://github.com/my_org/my_repo environment: