File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ To install denon simply enter the following into a terminal:
3131#### deno.land
3232
3333``` bash
34- $ deno install --allow-read --allow-run --allow-write --allow-net -f -q --unstable https://deno.land/x/denon@2.3.1 /denon.ts
34+ $ deno install --allow-read --allow-run --allow-write --allow-net -f -q --unstable https://deno.land/x/denon@2.3.2 /denon.ts
3535```
3636
3737#### nest.land
3838
3939``` bash
40- $ deno install --allow-read --allow-run --allow-write --allow-net -f -q --unstable https://x.nest.land/denon@2.3.1 /denon.ts
40+ $ deno install --allow-read --allow-run --allow-write --allow-net -f -q --unstable https://x.nest.land/denon@2.3.2 /denon.ts
4141```
4242
4343
Original file line number Diff line number Diff line change 44 "repository" : " https://github.com/denosaurs/denon.git" ,
55 "stable" : true ,
66 "unlisted" : false ,
7- "version" : " 2.3.1 " ,
7+ "version" : " 2.3.2 " ,
88 "files" : [
99 " ./README.md" ,
1010 " ./deps.ts" ,
1111 " ./test_deps.ts" ,
1212 " ./denon.ts" ,
13+ " ./info.ts" ,
1314 " ./denon.config.ts" ,
1415 " ./mod.ts" ,
1516 " ./templates/**/*" ,
Original file line number Diff line number Diff line change 1- export const VERSION = "2.3.1 " ;
1+ export const VERSION = "2.3.2 " ;
22export const BRANCH = "master" ;
33// export const COMPAT: { [denon: string]: string[] } = {
44// "2.3.0": ["1.2.0"],
You can’t perform that action at this time.
0 commit comments