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 7be731a commit 7e39c07Copy full SHA for 7e39c07
deno.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@amir-s/dev",
3
"exports": "./main.ts",
4
- "version": "1.2.1",
+ "version": "1.2.2",
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.1"; /**/
+const VERSION = /**/ "1.2.2"; /**/
export const getCurrentVersion = () => {
return VERSION;
0 commit comments