chore: update version to 0.1.11 and change icon to wifi-rounded

This commit is contained in:
Huakun Shen 2025-03-24 10:09:13 -04:00
parent b0920578d3
commit 506363e7bd
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-wifi-password", "name": "@kunkun/kunkun-ext-wifi-password",
"version": "0.1.10", "version": "0.1.11",
"license": "MIT", "license": "MIT",
"exports": "./mod.ts", "exports": "./mod.ts",
"publish": { "publish": {

View File

@ -2,7 +2,7 @@
"$schema": "https://schema.kunkun.sh", "$schema": "https://schema.kunkun.sh",
"name": "kunkun-ext-wifi-password", "name": "kunkun-ext-wifi-password",
"license": "MIT", "license": "MIT",
"version": "0.1.10", "version": "0.1.11",
"type": "module", "type": "module",
"kunkun": { "kunkun": {
"name": "Wifi Password", "name": "Wifi Password",
@ -84,7 +84,7 @@
"demoImages": [], "demoImages": [],
"icon": { "icon": {
"type": "iconify", "type": "iconify",
"value": "material-symbols:extension" "value": "material-symbols:wifi-rounded"
}, },
"customUiCmds": [], "customUiCmds": [],
"templateUiCmds": [ "templateUiCmds": [