Skip to content

Commit 4148f3e

Browse files
committed
bump the version number
1 parent 5103d84 commit 4148f3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@might/fail",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"exports": {
55
".": "./src/index.ts",
66
"./go": "./src/go/index.ts",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "might-fail",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Return an Either object instead of throwing an exception",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)