Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
meech-ward committed Oct 13, 2024
1 parent 1f6306a commit 4d6617b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@might/fail",
"version": "0.6.1",
"version": "0.6.2",
"exports": {
".": "./src/index.ts",
"./go": "./src/go/index.ts"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "might-fail",
"version": "0.6.1",
"version": "0.6.2",
"description": "Return an Either object instead of throwing an exception",
"main": "dist/cjs/index.js",
"module": "dist/index.js",
Expand Down

0 comments on commit 4d6617b

Please sign in to comment.