Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
meech-ward committed Oct 2, 2024
1 parent cea9c05 commit c276b16
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.4.3",
"version": "0.5.0",
"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.4.2",
"version": "0.5.0",
"description": "Return an Either object instead of throwing an exception",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit c276b16

Please sign in to comment.