From bc895806cc10c47b3d2899cf3171124b734e3330 Mon Sep 17 00:00:00 2001 From: Huakun Shen Date: Sat, 18 Jan 2025 04:38:34 -0500 Subject: [PATCH] Update version to 0.1.4 in jsr.json and package.json, and include package.json in publish configuration --- jsr.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jsr.json b/jsr.json index bc93336..e33a6c3 100644 --- a/jsr.json +++ b/jsr.json @@ -1,9 +1,9 @@ { "name": "@kunkun/kunkun-ext-wifi-password", - "version": "0.1.3", + "version": "0.1.4", "license": "MIT", "exports": "./mod.ts", "publish": { - "include": ["dist", "README.md", "mod.ts"] + "include": ["dist", "README.md", "mod.ts", "package.json"] } } diff --git a/package.json b/package.json index 1b35343..42786a1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.kunkun.sh", "name": "kunkun-ext-wifi-password", - "version": "0.1.3", + "version": "0.1.4", "type": "module", "kunkun": { "name": "Wifi Password",