chore: bump to 1.4.1

Patch release: fix the mobile example-template viewer, which 1.4.0
shipped collapsed to ~2 lines. flex-shrink:0 stops the mobile modal's
flex column from squeezing the content box below its set height.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Richard McCorkle 2026-05-18 17:53:16 +02:00
parent b4d6e01c45
commit 7fdf2e102c
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{
"id": "tubesage",
"name": "TubeSage",
"version": "1.4.0",
"version": "1.4.1",
"minAppVersion": "1.11.4",
"description": "Create comprehensive notes from YouTube transcripts using LLMs.",
"author": "Richard McCorkle",

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "tubesage",
"version": "1.4.0",
"version": "1.4.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "tubesage",
"version": "1.4.0",
"version": "1.4.1",
"license": "MIT",
"dependencies": {
"@langchain/core": "^0.3.17",

View file

@ -1,6 +1,6 @@
{
"name": "tubesage",
"version": "1.4.0",
"version": "1.4.1",
"description": "Create comprehensive notes from YouTube transcripts using LLMs.",
"main": "main.js",
"scripts": {