From 1da27ff1516fcf929cd3d02442b7ece222d9565c Mon Sep 17 00:00:00 2001 From: Richard McCorkle Date: Sat, 16 May 2026 21:19:15 +0200 Subject: [PATCH] chore: bump version to 1.2.28 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index b8e477f..ac17477 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "tubesage", "name": "TubeSage", - "version": "1.2.27", + "version": "1.2.28", "minAppVersion": "1.2.0", "description": "Create comprehensive notes from YouTube transcripts using LLMs.", "author": "Richard McCorkle", diff --git a/package.json b/package.json index 85e190f..fcf3a90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tubesage", - "version": "1.2.27", + "version": "1.2.28", "description": "Create comprehensive notes from YouTube transcripts using LLMs.", "main": "main.js", "scripts": {