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