Skip to content

Commit

Permalink
chore: fix deno.json and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammino committed Feb 28, 2024
1 parent 8f22968 commit 8717f33
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
{}
{
"name": "@lmammino/financial",
"version": "0.2.1",
"exports": "./src/index.ts"
}
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@lmammino/financial",
"version": "0.1.3",
"version": "0.2.1",
"exports": "./src/index.ts"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "financial",
"description": "A Zero-dependency TypeScript/JavaScript port of numpy-financial",
"author": "Luciano Mammino <no@spam.com> (https://loige.co)",
"version": "0.2.0",
"version": "0.2.1",
"repository": {
"type": "git",
"url": "https://github.com/lmammino/financial.git"
Expand Down

0 comments on commit 8717f33

Please sign in to comment.