Skip to content

Commit 254c222

Browse files
committed
chore: bump to 0.2.2
1 parent 0b64234 commit 254c222

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.bmp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.2.1
1+
version: 0.2.2
22
commit: 'chore: bump to %.%.%'
33
files:
44
README.md:
@@ -9,5 +9,5 @@ files:
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%.%.%

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

@@ -18,7 +18,7 @@
1818
Install 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

2424
Write HTML and JavaScript:

deps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ export { opn } from "https://raw.githubusercontent.com/hashrock/deno-opn/b358e4c
2626
export { serve as serveIterable } from "https://deno.land/x/iterable_file_server@v0.2.0/mod.ts";
2727

2828
export const NAME = "packup";
29-
export const VERSION = "v0.2.1";
29+
export const VERSION = "v0.2.2";

docs/_includes/layout.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ menu:
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">

docs/getting-started/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ You need [Deno](https://deno.land/) (>=1.10.3) installed.
1414
You 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

2020
Then 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

0 commit comments

Comments
 (0)