Skip to content

Commit 3a5e488

Browse files
committed
Bump version to 0.11.0 in Option and Result modules
1 parent 27c36f8 commit 3a5e488

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

option/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fp-utils/option",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"exports": "./mod.ts",
55
"publish": {
66
"exclude": ["*test*", "*bench*"]

result/deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fp-utils/result",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"exports": "./mod.ts",
55
"publish": {
66
"exclude": ["*test*", "*bench*"]

0 commit comments

Comments
 (0)