Skip to content

Commit 7ced6d4

Browse files
committed
Bump version to 0.9.0 in Option and Result modules
1 parent 0899f01 commit 7ced6d4

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.8.0",
3+
"version": "0.9.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.8.0",
3+
"version": "0.9.0",
44
"exports": "./mod.ts",
55
"publish": {
66
"exclude": ["*test*", "*bench*"]

0 commit comments

Comments
 (0)