Skip to content

Commit 651b05a

Browse files
committed
chore: bump package version to 0.1.8 in jsr.json and package.json, add demo image to README
1 parent 65a1178 commit 651b05a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22

33
This extension allows you to download videos from YouTube.
44

5+
![Demo Image](https://i.imgur.com/hHtmbny.png)

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kunkun/kunkun-ext-youtube-downloader",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"license": "MIT",
55
"exports": "./mod.ts",
66
"imports": {

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.kunkun.sh",
33
"name": "kunkun-ext-youtube-dowloader",
4-
"version": "0.1.7",
4+
"version": "0.1.8",
55
"license": "MIT",
66
"type": "module",
77
"kunkun": {
@@ -30,7 +30,9 @@
3030
"shell:stdin-write",
3131
"shell:kill"
3232
],
33-
"demoImages": [],
33+
"demoImages": [
34+
"https://i.imgur.com/hHtmbny.png"
35+
],
3436
"icon": {
3537
"type": "iconify",
3638
"value": "logos:youtube-icon"

0 commit comments

Comments
 (0)