File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1- version : 0.2.2
1+ version : 0.2.3
22commit : ' chore: bump to %.%.%'
33files :
44 README.md :
Original file line number Diff line number Diff line change 11<img src =" https://raw.githubusercontent.com/kt3k/packup/main/docs/logo-v2.svg " width =" 400 " />
22
3- # packup v0.2.2
3+ # packup v0.2.3
44
55[ ![ ci] ( https://github.com/kt3k/packup/actions/workflows/ci.yml/badge.svg )] ( https://github.com/kt3k/packup/actions/workflows/ci.yml )
66
1818Install via deno.land/x:
1919
2020``` shell
21- deno install -qAf https://deno.land/x/packup@v0.2.2 /cli.ts
21+ deno install -qAf https://deno.land/x/packup@v0.2.3 /cli.ts
2222```
2323
2424Write HTML and JavaScript:
Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ export { opn } from "https://raw.githubusercontent.com/hashrock/deno-opn/b358e4c
3030export { serve as serveIterable } from "https://deno.land/x/iterable_file_server@v0.2.0/mod.ts" ;
3131
3232export const NAME = "packup" ;
33- export const VERSION = "v0.2.2 " ;
33+ export const VERSION = "v0.2.3 " ;
Original file line number Diff line number Diff line change 2828 </a >
2929
3030 <p class =" mt-2 text-gray-800" >
31- <a href =" https://deno.land/x/packup@v0.2.2 " class =" hover:underline" target =" _blank" >Latest version <strong >v0.2.2 </strong ></a >
31+ <a href =" https://deno.land/x/packup@v0.2.3 " class =" hover:underline" target =" _blank" >Latest version <strong >v0.2.3 </strong ></a >
3232 </p >
3333
3434 <ul class =" mt-6 text-gray-800" >
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ You need [Deno](https://deno.land/) (>=1.10.3) installed.
1414You can install ` packup ` with the following command.
1515
1616``` sh
17- deno install -qAf https://deno.land/x/packup@v0.2.2 /cli.ts
17+ deno install -qAf https://deno.land/x/packup@v0.2.3 /cli.ts
1818```
1919
2020Then you'll have ` packup ` installed.
2121
2222``` sh
2323$ packup -v
24- packup v0.2.2
24+ packup v0.2.3
2525```
2626
2727## Basic Usage
You can’t perform that action at this time.
0 commit comments