From 52f9aa53dde489cc2163532198e5b87ff7abb1af Mon Sep 17 00:00:00 2001 From: Huakun Shen Date: Sat, 18 Jan 2025 05:41:58 -0500 Subject: [PATCH] bump version to 0.1.4 in package.json and jsr.json --- jsr.json | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/jsr.json b/jsr.json index 302b565..dddacaa 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@kunkun/kunkun-ext-vscode", - "version": "0.1.3", + "version": "0.1.4", "license": "MIT", "exports": "./mod.ts", "publish": { diff --git a/package.json b/package.json index 19438b5..494059a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { "$schema": "https://schema.kunkun.sh/", "name": "kunkun-ext-vscode", - "version": "0.1.3", + "version": "0.1.4", + "license": "MIT", "repository": "https://github.com/kunkunsh/kunkun-ext-vscode", "type": "module", "kunkun": {