File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- version : 0.2.1
1+ version : 0.2.2
22commit : ' chore: bump to %.%.%'
33files :
44 README.md :
99 - ' https://deno.land/x/packup@v%.%.%'
1010 - <strong>v%.%.%</strong>
1111 docs/getting-started/getting-started.md :
12- - ' https://deno.land/x/packup@v%.%.%/install .ts'
12+ - ' https://deno.land/x/packup@v%.%.%/cli .ts'
1313 - packup v%.%.%
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.1
3+ # packup v0.2.2
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.1 /cli.ts
21+ deno install -qAf https://deno.land/x/packup@v0.2.2 /cli.ts
2222```
2323
2424Write HTML and JavaScript:
Original file line number Diff line number Diff line change @@ -26,4 +26,4 @@ export { opn } from "https://raw.githubusercontent.com/hashrock/deno-opn/b358e4c
2626export { serve as serveIterable } from "https://deno.land/x/iterable_file_server@v0.2.0/mod.ts" ;
2727
2828export const NAME = "packup" ;
29- export const VERSION = "v0.2.1 " ;
29+ export const VERSION = "v0.2.2 " ;
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.1 " class =" hover:underline" target =" _blank" >Latest version <strong >v0.2.1 </strong ></a >
31+ <a href =" https://deno.land/x/packup@v0.2.2 " class =" hover:underline" target =" _blank" >Latest version <strong >v0.2.2 </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.1 /cli.ts
17+ deno install -qAf https://deno.land/x/packup@v0.2.2 /cli.ts
1818```
1919
2020Then you'll have ` packup ` installed.
2121
2222``` sh
2323$ packup -v
24- packup v0.2.1
24+ packup v0.2.2
2525```
2626
2727## Basic Usage
You can’t perform that action at this time.
0 commit comments