diff --git a/manifest.json b/manifest.json index 6889fb8..ba2c007 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "tubesage", "name": "TubeSage", - "version": "1.4.1", + "version": "1.4.2", "minAppVersion": "1.11.4", "description": "Create comprehensive notes from YouTube transcripts using LLMs.", "author": "Richard McCorkle", diff --git a/package-lock.json b/package-lock.json index a8f12a9..9bca584 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tubesage", - "version": "1.4.1", + "version": "1.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tubesage", - "version": "1.4.1", + "version": "1.4.2", "license": "MIT", "dependencies": { "@langchain/core": "^0.3.17", diff --git a/package.json b/package.json index 87eea9b..b16153e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tubesage", - "version": "1.4.1", + "version": "1.4.2", "description": "Create comprehensive notes from YouTube transcripts using LLMs.", "main": "main.js", "scripts": {