Release Khoj version 0.12.0

This commit is contained in:
sabaimran
2023-09-26 09:17:56 -07:00
parent 38f0df3d53
commit a82d1becc3
6 changed files with 10 additions and 8 deletions

View File

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

View File

@@ -20,5 +20,6 @@
"0.11.1": "0.15.0",
"0.11.2": "0.15.0",
"0.11.3": "0.15.0",
"0.11.4": "0.15.0"
"0.11.4": "0.15.0",
"0.12.0": "0.15.0"
}