Skip to content

Commit 3f6ac1c

Browse files
pkedygithub-actions[bot]
authored andcommitted
v0.1.1 release
1 parent 59cbd1c commit 3f6ac1c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Install `deno` with instructions
2222
To install a release version of the `apex` CLI, run the command below:
2323

2424
```
25-
deno install -A --unstable -f -n apex https://deno.land/x/[email protected].0/apex.ts
25+
deno install -A --unstable -f -n apex https://deno.land/x/[email protected].1/apex.ts
2626
```
2727

2828
To install from source, clone this repository and run `./apex run install`
@@ -45,8 +45,8 @@ apex --help
4545
Output:
4646

4747
```console{title="apex help"}
48-
Usage: apex
49-
Version: v0.1.0
48+
Usage: apex
49+
Version: v0.1.1
5050
5151
Description:
5252

apex.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import * as run from "./src/commands/run.ts";
2121
import { setupLogger } from "./src/utils.ts";
2222

2323
// Version bump this on release.
24-
const version = "v0.1.0";
24+
const version = "v0.1.1";
2525

2626
// This is necessary so we can modify the argument list.
2727
const args = Array.from(Deno.args);

0 commit comments

Comments
 (0)