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" }