Skip to content

Commit 2cc057f

Browse files
authored
merge(#89): from denosaurs/dev
Release 2.3.2
2 parents 74919e3 + b982385 commit 2cc057f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

egg.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
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/**/*",

info.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const VERSION = "2.3.1";
1+
export const VERSION = "2.3.2";
22
export const BRANCH = "master";
33
// export const COMPAT: { [denon: string]: string[] } = {
44
// "2.3.0": ["1.2.0"],

0 commit comments

Comments
 (0)