Skip to content

Commit

Permalink
v0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pkedy authored and github-actions[bot] committed Jun 21, 2023
1 parent 59cbd1c commit 3f6ac1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Install `deno` with instructions
To install a release version of the `apex` CLI, run the command below:

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

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

```console{title="apex help"}
Usage: apex
Version: v0.1.0
Usage: apex
Version: v0.1.1
Description:
Expand Down
2 changes: 1 addition & 1 deletion apex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import * as run from "./src/commands/run.ts";
import { setupLogger } from "./src/utils.ts";

// Version bump this on release.
const version = "v0.1.0";
const version = "v0.1.1";

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

0 comments on commit 3f6ac1c

Please sign in to comment.