Skip to content

Commit 2d58d3f

Browse files
committed
chore: bump option and result
1 parent 79f86c1 commit 2d58d3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/option/config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "option"
22
description = "Option<T> type in Luau"
3-
version = "1.1.1"
3+
version = "1.2.0"
44

55
types = ["Option<T>"]
66

packages/result/config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "result"
22
description = "Result<T, E> type in Luau"
3-
version = "1.0.1"
3+
version = "1.2.0"
44

55
types = ["Result<T, E>"]
66

0 commit comments

Comments
 (0)