Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit c83df38

Browse files
committed
chore: bump all versions
1 parent 9ca055c commit c83df38

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

packages/future/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "future"
22
description = "Future<T> type in Luau"
3-
version = "1.0.1"
3+
version = "1.0.2"
44

55
types = ["Future<T>"]
66
dependencies = ["option", "threadpool", "std"]

packages/option/config.toml

Lines changed: 1 addition & 1 deletion
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.2.0"
3+
version = "1.2.1"
44

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

packages/result/config.toml

Lines changed: 1 addition & 1 deletion
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.2.0"
3+
version = "1.2.1"
44

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

packages/std/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "std"
22
description = "Runtime agnostic access to standard libraries"
3-
version = "1.0.1"
3+
version = "1.0.2"
44

55
types = ["Runtime", "RuntimeDefinition", "TaskLib"]
66

packages/threadpool/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "threadpool"
22
description = "Spawn threads using a thread pool"
3-
version = "1.0.1"
3+
version = "1.0.2"
44

55
dependencies = ["std"]
66

packages/timer/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "timer"
22
description = "Schedule functions to be called at a future time."
3-
version = "1.0.1"
3+
version = "1.0.2"
44

55
dependencies = ["std", "future", "threadpool"]
66

0 commit comments

Comments
 (0)