Skip to content

Commit

Permalink
6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed Sep 6, 2024
1 parent e6f47cc commit 851d4da
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.2",
"version": "6.0.3",
"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.2",
"version": "6.0.3",
"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.2"
"dohdec": "6.0.3"
},
"devDependencies": {
"@types/dns-packet": "5.6.5",
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.2",
"version": "6.0.3",
"description": "DNS over HTTPS and DNS over TLS",
"main": "./lib/index.js",
"types": "types/",
Expand Down

0 comments on commit 851d4da

Please sign in to comment.