Update Khoj package version for Electron, Desktop app (#492)

* Address package upgrade for Electron application
* Update package version for Electron desktop application
This commit is contained in:
sabaimran
2023-10-03 12:21:32 -07:00
committed by GitHub
parent 3f962a55c3
commit 4a5ed7f06c
2 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
"name": "Khoj",
"homepage": ".",
"productName": "Khoj",
"version": "1.0.1",
"version": "1.0.2",
"description": "Scaffolding for the desktop entrypoint to Khoj",
"main": "main.js",
"repository": "\"https://github.com/khoj-ai/khoj\"",
@@ -10,7 +10,7 @@
"license": "MIT",
"private": false,
"devDependencies": {
"electron": "25.0.0"
"electron": "25.8.1"
},
"scripts": {
"start": "yarn electron ."