Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
manimohans committed Sep 24, 2024
1 parent 7de5bb8 commit e3cdb5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "local-llm-helper",
"name": "Local LLM Helper",
"version": "1.1.4",
"version": "1.1.5",
"minAppVersion": "1.5.12",
"description": "Use your own secure local LLM server to work with your text!",
"author": "Mani Mohan",
Expand Down
4 changes: 2 additions & 2 deletions updatetags.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#make sure to edit manifest.json - the version numbers must match!
git tag -a 1.1.4 -m "1.1.4"
git push origin 1.1.4
git tag -a 1.1.5 -m "1.1.5"
git push origin 1.1.5

0 comments on commit e3cdb5c

Please sign in to comment.