chore: bump version to 0.1.2 and add demo image to package.json

This commit is contained in:
Huakun Shen 2025-01-18 22:58:25 -05:00
parent 4437647fe0
commit 0c7ea413c4
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@kunkun/kunkun-ext-system-info",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"exports": "./mod.ts",
"publish": {

View File

@ -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",