Skip to content

Commit

Permalink
Release v1.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
amir-s committed Nov 9, 2024
1 parent 32e5ca3 commit ab7e024
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.17",
"version": "1.0.18",
"tasks": {
"test": "deno run -A test.ts */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,3 +1,3 @@
export const getCurrentVersion = () => {
return "1.0.17";
return "1.0.18";
};

0 comments on commit ab7e024

Please sign in to comment.