Release Khoj version 0.11.1

This commit is contained in:
Debanjum Singh Solanky
2023-08-16 22:53:29 -07:00
parent 4fb8c2c5e1
commit 3ff4e19dd2
6 changed files with 8 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
{
"id": "khoj",
"name": "Khoj",
"version": "0.11.0",
"version": "0.11.1",
"minAppVersion": "0.15.0",
"description": "An AI Personal Assistant for your Digital Brain",
"author": "Debanjum Singh Solanky",

View File

@@ -1,6 +1,6 @@
{
"name": "Khoj",
"version": "0.11.0",
"version": "0.11.1",
"description": "An AI Personal Assistant for your Digital Brain",
"main": "src/main.js",
"scripts": {

View File

@@ -16,5 +16,6 @@
"0.9.0": "0.15.0",
"0.10.0": "0.15.0",
"0.10.1": "0.15.0",
"0.11.0": "0.15.0"
"0.11.0": "0.15.0",
"0.11.1": "0.15.0"
}