Skip to content

Commit

Permalink
6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed Sep 6, 2024
1 parent 9baac1a commit 9fd922c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dohdec-monorepo",
"version": "6.0.0",
"version": "6.0.1",
"description": "DNS over HTTPS and DNS over TLS",
"private": true,
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions pkg/dohdec-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dohdec-cli",
"version": "6.0.0",
"version": "6.0.1",
"description": "DNS over HTTPS and DNS over TLS",
"main": "./lib/cli.js",
"types": "types/",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"commander": "^12.1.0",
"dohdec": "6.0.0"
"dohdec": "6.0.1"
},
"devDependencies": {
"@types/node": "^22.5.4",
Expand Down
2 changes: 1 addition & 1 deletion pkg/dohdec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dohdec",
"version": "6.0.0",
"version": "6.0.1",
"description": "DNS over HTTPS and DNS over TLS",
"main": "./lib/index.js",
"types": "types/",
Expand Down

0 comments on commit 9fd922c

Please sign in to comment.