Skip to content

Commit 7fc6862

Browse files
committed
Release v1.2.6
1 parent afeec2b commit 7fc6862

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@amir-s/dev",
33
"exports": "./main.ts",
4-
"version": "1.2.5",
4+
"version": "1.2.6",
55
"tasks": {
66
"test": "deno run -A test.ts modules/*/tests/*.test.ts",
77
"release": "deno run -A release.ts"

utils/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* This file is automatically generated. Do not change it manually. */
22

3-
const VERSION = /**/ "1.2.5"; /**/
3+
const VERSION = /**/ "1.2.6"; /**/
44

55
export const getCurrentVersion = () => {
66
return VERSION;

0 commit comments

Comments
 (0)