Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amir-s committed Nov 11, 2024
1 parent e93b690 commit ab1844e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.24",
"version": "1.1.0",
"tasks": {
"test": "deno run -A test.ts modules/*/tests/*.test.ts",
"release": "deno run -A release.ts"
Expand Down
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.24"; /**/
const VERSION = /**/ "1.1.0"; /**/

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

0 comments on commit ab1844e

Please sign in to comment.