From 0c7ea413c4a5b6161fcf7ce9d3b2d6ae863d3293 Mon Sep 17 00:00:00 2001 From: Huakun Shen Date: Sat, 18 Jan 2025 22:58:25 -0500 Subject: [PATCH] chore: bump version to 0.1.2 and add demo image to package.json --- jsr.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jsr.json b/jsr.json index 1ac859a..7064863 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@kunkun/kunkun-ext-system-info", - "version": "0.1.1", + "version": "0.1.2", "license": "MIT", "exports": "./mod.ts", "publish": { diff --git a/package.json b/package.json index 5074e5e..6174c10 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "$schema": "https://schema.kunkun.sh", "name": "kunkun-ext-system-info", "license": "MIT", - "version": "0.1.1", + "version": "0.1.2", "repository": "https://github.com/kunkunsh/kunkun-ext-system-info", "kunkun": { "name": "System Info", @@ -13,7 +13,7 @@ "type": "iconify", "value": "grommet-icons:system" }, - "demoImages": [], + "demoImages": ["https://i.imgur.com/SrIIlCa.png"], "permissions": [ "system-info:all", "clipboard:read-text",