From 83247e20812f9b8e4159701c7ab050c386776512 Mon Sep 17 00:00:00 2001 From: prompt.ac/@jeffrey Date: Sat, 06 Jun 2026 17:05:07 +0000 Subject: [PATCH] menuband: v1 release candidate — stamp 1.5.0 (150) Bumps CFBundleShortVersionString/CFBundleVersion off the stale 1.4.2 (142) left after the June 5 v1 cutoff. Every in-app version display reads from the bundle Info.plist, so this is the single source of truth; manifest.json and latest.json stay at 1.4.2 until an actual DMG is published via bin/publish-release.fish. Co-Authored-By: Claude Opus 4.8 (1M context) --- slab/menuband/Info.plist | 4 ++-- 1 file(s) changed, 2 insertion(s)(+), 2 deletion(s)(-) diff --git a/slab/menuband/Info.plist b/slab/menuband/Info.plist --- a/slab/menuband/Info.plist +++ b/slab/menuband/Info.plist @@ -17,9 +17,9 @@ Menu Band CFBundlePackageType APPL CFBundleShortVersionString - 1.4.2 + 1.5.0 CFBundleVersion - 142 + 150 ITSAppUsesNonExemptEncryption LSApplicationCategoryType -- tangled.sh