Use helper script to bump khoj pre-release versions

This commit is contained in:
Debanjum Singh Solanky
2023-02-17 20:31:51 -06:00
parent 47c2cc63e1
commit 61b6ee2857
7 changed files with 43 additions and 15 deletions

View File

@@ -5,7 +5,7 @@
;; Author: Debanjum Singh Solanky <debanjum@gmail.com>
;; Description: Natural, Incremental Search for your Second Brain
;; Keywords: search, org-mode, outlines, markdown, beancount, ledger, image
;; Version: 0.3.0
;; Version: 0.3.1
;; Package-Requires: ((emacs "27.1") (transient "0.3.0"))
;; URL: https://github.com/debanjum/khoj/tree/master/src/interface/emacs

View File

@@ -1,7 +1,7 @@
{
"id": "khoj",
"name": "Khoj",
"version": "0.3.0",
"version": "0.3.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.3.0",
"version": "0.3.1",
"description": "Natural, Incremental Search for your Second Brain 🦅",
"main": "src/main.js",
"scripts": {

View File

@@ -2,5 +2,6 @@
"0.2.1": "0.15.0",
"0.2.5": "0.15.0",
"0.2.6": "0.15.0",
"0.3.0": "0.15.0"
"0.3.0": "0.15.0",
"0.3.1": "0.15.0"
}