From c820c6a556bf827861a3fe672c6e9c3d5623b204 Mon Sep 17 00:00:00 2001 From: Mani Mohan Date: Sat, 13 Jul 2024 12:35:27 -0700 Subject: [PATCH] update for build --- manifest.json | 2 +- updatetags.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index d36a956..3f23737 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "local-llm-helper", "name": "Local LLM Helper", - "version": "1.1.01", + "version": "1.1.1", "minAppVersion": "1.5.12", "description": "Use your own secure local LLM server to work with your text!", "author": "Mani Mohan", diff --git a/updatetags.sh b/updatetags.sh index aebf386..ec2c2b2 100755 --- a/updatetags.sh +++ b/updatetags.sh @@ -1,3 +1,3 @@ #make sure to edit manifest.json - the version numbers must match! -git tag -a 1.1.01 -m "1.0.01" -git push origin 1.1.01 +git tag -a 1.1.1 -m "1.1.1" +git push origin 1.1.1