Skip to content

Commit

Permalink
update version in deno.json
Browse files Browse the repository at this point in the history
  • Loading branch information
negrel committed May 7, 2024
1 parent 0d5d05f commit a268803
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@negrel/http-ece",
"version": "0.2.0",
"version": "0.3.0-beta02",
"exports": "./mod.ts",
"compilerOptions": {
"allowJs": false,
Expand Down Expand Up @@ -32,7 +32,9 @@
},
"publish": {
"include": [
"*.ts"
"*.ts",
"deno.lock",
"deno.json"
],
"exclude": [
"*_test.ts"
Expand Down

0 comments on commit a268803

Please sign in to comment.