Release Khoj version 0.6.1

This commit is contained in:
Debanjum Singh Solanky
2023-04-17 21:46:28 +07:00
parent b079fb31bc
commit 62e6e09521
6 changed files with 8 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
{
"id": "khoj",
"name": "Khoj",
"version": "0.6.0",
"version": "0.6.1",
"minAppVersion": "0.15.0",
"description": "Natural, Incremental Search for your Second Brain 🦅",
"author": "Debanjum Singh Solanky",

View File

@@ -1,6 +1,6 @@
{
"name": "Khoj",
"version": "0.6.0",
"version": "0.6.1",
"description": "Natural, Incremental Search for your Second Brain 🦅",
"main": "src/main.js",
"scripts": {

View File

@@ -5,5 +5,6 @@
"0.3.0": "0.15.0",
"0.4.0": "0.15.0",
"0.5.0": "0.15.0",
"0.6.0": "0.15.0"
"0.6.0": "0.15.0",
"0.6.1": "0.15.0"
}