We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceba48a commit 19de453Copy full SHA for 19de453
deno.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@amir-s/dev",
3
"exports": "./main.ts",
4
- "version": "1.2.2",
+ "version": "1.2.3",
5
"tasks": {
6
"test": "deno run -A test.ts modules/*/tests/*.test.ts",
7
"release": "deno run -A release.ts"
utils/version.ts
@@ -1,6 +1,6 @@
/* This file is automatically generated. Do not change it manually. */
-const VERSION = /**/ "1.2.2"; /**/
+const VERSION = /**/ "1.2.3"; /**/
export const getCurrentVersion = () => {
return VERSION;
0 commit comments