Release Khoj version 0.8.0

This commit is contained in:
Debanjum Singh Solanky
2023-07-10 13:37:51 -07:00
parent 979088b3dc
commit 75ff871217
6 changed files with 8 additions and 6 deletions

View File

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

View File

@@ -9,5 +9,6 @@
"0.6.1": "0.15.0",
"0.6.2": "0.15.0",
"0.7.0": "0.15.0",
"0.7.1": "0.15.0"
"0.7.1": "0.15.0",
"0.8.0": "0.15.0"
}