File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Install `deno` with instructions
2222To 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
2828To install from source, clone this repository and run ` ./apex run install `
@@ -45,8 +45,8 @@ apex --help
4545Output:
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
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import * as run from "./src/commands/run.ts";
2121import { 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.
2727const args = Array . from ( Deno . args ) ;
You can’t perform that action at this time.
0 commit comments