bump version to 0.1.4 in package.json and jsr.json

This commit is contained in:
Huakun Shen 2025-01-18 05:41:58 -05:00
parent 2a9a3d5ccb
commit 52f9aa53dd
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@kunkun/kunkun-ext-vscode", "name": "@kunkun/kunkun-ext-vscode",
"version": "0.1.3", "version": "0.1.4",
"license": "MIT", "license": "MIT",
"exports": "./mod.ts", "exports": "./mod.ts",
"publish": { "publish": {

View File

@ -1,7 +1,8 @@
{ {
"$schema": "https://schema.kunkun.sh/", "$schema": "https://schema.kunkun.sh/",
"name": "kunkun-ext-vscode", "name": "kunkun-ext-vscode",
"version": "0.1.3", "version": "0.1.4",
"license": "MIT",
"repository": "https://github.com/kunkunsh/kunkun-ext-vscode", "repository": "https://github.com/kunkunsh/kunkun-ext-vscode",
"type": "module", "type": "module",
"kunkun": { "kunkun": {