Skip to content

Commit

Permalink
Release v1.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
amir-s committed Nov 10, 2024
1 parent 5bae7e3 commit 828f694
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@amir-s/dev",
"exports": "./main.ts",
"version": "1.0.21",
"version": "1.0.22",
"tasks": {
"test": "deno run -A test.ts modules/*/tests/*.test.ts",
"release": "deno run -A release.ts"
Expand All @@ -28,4 +28,4 @@
"stream": "node:stream",
"url": "node:url"
}
}
}
2 changes: 1 addition & 1 deletion utils/version.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* This file is automatically generated. Do not change it manually. */

const VERSION = /**/ "1.0.21"; /**/
const VERSION = /**/ "1.0.22"; /**/

export const getCurrentVersion = () => {
return VERSION;
Expand Down

0 comments on commit 828f694

Please sign in to comment.