diff --git a/manifest.json b/manifest.json index c376914..ec8884e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "vault-chat", "name": "Vault Chat", - "version": "1.1.0", + "version": "1.2.0", "minAppVersion": "0.15.0", "description": "A ChatGPT bot trained on your vault notes. Ask your AI questions about your own thoughts and ideas!", "author": "Exo Ascension", diff --git a/package.json b/package.json index a29499a..37f41cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vault-chat", - "version": "1.1.0", + "version": "1.2.0", "description": "A ChatGPT bot trained on your vault notes. Ask your AI questions about your own thoughts and ideas!", "main": "main.js", "scripts": {