From a27683a903b4137f3df16d63e59fd6d408d203ad Mon Sep 17 00:00:00 2001 From: Allen Hutchison Date: Tue, 31 Dec 2024 09:10:07 -0800 Subject: [PATCH] 1.4.5 --- manifest.json | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- versions.json | 5 +++-- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 8956e29..a717a34 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,10 @@ { "id": "gemini-scribe", "name": "Gemini Scribe", - "version": "1.4.4", + "version": "1.4.5", "minAppVersion": "1.7.5", "description": "Interact with Gemini and use your notes as context.", "author": "Allen Hutchison", "authorUrl": "https://allen.hutchison.org", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index bef5e91..391f8e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gemini-scribe", - "version": "1.4.4", + "version": "1.4.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gemini-scribe", - "version": "1.4.4", + "version": "1.4.5", "license": "MIT", "dependencies": { "dexie": "^4.0.10", diff --git a/package.json b/package.json index 1290c76..57aa308 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gemini-scribe", - "version": "1.4.4", + "version": "1.4.5", "description": "Gemini Scribe, allows you to interact with the model and use your notes as context.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 02d1144..79e622d 100644 --- a/versions.json +++ b/versions.json @@ -10,5 +10,6 @@ "1.4.1": "1.7.5", "1.4.2": "1.7.5", "1.4.3": "1.7.5", - "1.4.4": "1.7.5" -} + "1.4.4": "1.7.5", + "1.4.5": "1.7.5" +} \ No newline at end of file