From 50b8de4b8801d1c9fa55eb44ff678cd1b3370691 Mon Sep 17 00:00:00 2001 From: Huakun Shen Date: Sat, 18 Jan 2025 06:53:52 -0500 Subject: [PATCH] chore: Bump version to 0.0.4 in jsr.json and package.json --- jsr.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jsr.json b/jsr.json index 447f937..2f2c0bc 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@kunkun/ext-ossinsight", - "version": "0.0.3", + "version": "0.0.4", "license": "MIT", "exports": "./mod.ts", "publish": { diff --git a/package.json b/package.json index 9d83acd..7cc5ddb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "license": "MIT", "$schema": "https://schema.kunkun.sh", "name": "kunkun-ext-ossinsight", - "version": "0.0.3", + "version": "0.0.4", "type": "module", "repository": { "type": "git",