Release Khoj version 0.10.0

This commit is contained in:
sabaimran
2023-07-28 19:27:47 -07:00
parent f76af869f1
commit f65d157244
6 changed files with 8 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
{
"id": "khoj",
"name": "Khoj",
"version": "0.9.0",
"version": "0.10.0",
"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.9.0",
"version": "0.10.0",
"description": "An AI Personal Assistant for your Digital Brain",
"main": "src/main.js",
"scripts": {

View File

@@ -13,5 +13,6 @@
"0.8.0": "0.15.0",
"0.8.1": "0.15.0",
"0.8.2": "0.15.0",
"0.9.0": "0.15.0"
"0.9.0": "0.15.0",
"0.10.0": "0.15.0"
}