Skip to content

Commit 93e100f

Browse files
committed
chore: bump to 0.2.3
1 parent 19d380d commit 93e100f

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.bmp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.2.2
1+
version: 0.2.3
22
commit: 'chore: bump to %.%.%'
33
files:
44
README.md:

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.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

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

2424
Write HTML and JavaScript:

deps.ts

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

3232
export const NAME = "packup";
33-
export const VERSION = "v0.2.2";
33+
export const VERSION = "v0.2.3";

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.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">

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.2/cli.ts
17+
deno install -qAf https://deno.land/x/packup@v0.2.3/cli.ts
1818
```
1919

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

0 commit comments

Comments
 (0)