From d2931bee63719127b1727f3dc4e8ede80c061b43 Mon Sep 17 00:00:00 2001 From: Rene Kievits Date: Wed, 26 Aug 2026 14:00:46 +0200 Subject: [PATCH] Bump to 1.0.1 Every rebuild since 1.0.0 kept the same version, so the ipk filename and repo.json content never changed even though the contents did -- indistinguishable from a stale cache to both Homebrew Channel's update check and any HTTP cache sitting between the release and the TV. Bumping the version changes the ipk's filename outright, which sidesteps that ambiguity regardless of what's caching what. Co-Authored-By: Claude Opus 5 --- frontend/appinfo.json | 2 +- package.json | 2 +- servicefiles/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/appinfo.json b/frontend/appinfo.json index 89af289..f33af3c 100644 --- a/frontend/appinfo.json +++ b/frontend/appinfo.json @@ -1,6 +1,6 @@ { "id": "org.webosbrew.audiocap", - "version": "1.0.0", + "version": "1.0.1", "vendor": "Homebrew", "type": "web", "main": "index.html", diff --git a/package.json b/package.json index a4606e8..667fdaa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lgtv-audio-cap", - "version": "1.0.0", + "version": "1.0.1", "private": true, "description": "Captures audio on an LG webOS 5/6 TV and streams it out \u2014 HyperHDR first, plus raw UDP, TCP and HTTP.", "keywords": [ diff --git a/servicefiles/package.json b/servicefiles/package.json index bfef402..bde0171 100644 --- a/servicefiles/package.json +++ b/servicefiles/package.json @@ -1,6 +1,6 @@ { "id": "org.webosbrew.audiocap.service", - "version": "1.0.0", + "version": "1.0.1", "description": "Captures TV audio and streams it to HyperHDR and other receivers", "main": "audiocap-service" }