Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shivajivarma committed Apr 3, 2024
1 parent be625d9 commit 25f4279
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@justaos/utils",
"version": "2.0.0-pre.4",
"version": "2.0.0",
"exports": {
"./common-utils": "./packages/common-utils/mod.ts",
"./email-utils": "./packages/email-utils/mod.ts",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"bcryptjs": "^2.4.3",
"nodemailer": "^6.9.13"
},
"version": "2.0.0-pre.4"
"version": "2.0.0"
}
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.0-pre.4",
"version": "2.0.0",
"deno": true,
"node": true,
"jsr": true,
Expand Down

0 comments on commit 25f4279

Please sign in to comment.