Skip to content

Commit ba726e6

Browse files
committed
Update to v1.1.12
1 parent 97390f9 commit ba726e6

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Bootstrapper solves this by treating execution flow as a single, managed pipelin
2424
Add this to your wally.toml:
2525

2626
```
27-
ldgerrits/bootstrapper@^1.1.11
27+
ldgerrits/bootstrapper@^1.1.12
2828
```
2929

3030
## Quick Start

docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Bootstrapper solves this by treating execution flow as a single, managed pipelin
2828
Add this to your wally.toml:
2929

3030
```
31-
ldgerrits/bootstrapper@^1.1.11
31+
ldgerrits/bootstrapper@^1.1.12
3232
```
3333

3434
## Quick Start

src/init.luau

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Bootstrapper v1.1.11 • LDGerrits
1+
-- Bootstrapper v1.1.12 • LDGerrits
22
--!strict
33
--!nolint LocalUnused
44
--!nolint LocalShadow
@@ -297,8 +297,8 @@ end
297297

298298
--[=[
299299
@class Bootstrapper
300-
A lightweight, agnostic scheduler and module loader for Roblox.
301-
Eliminate unpredictable load orders, race conditions, and event connections.
300+
A lightweight, agnostic scheduler and module loader for Roblox.
301+
Eliminate unpredictable load orders, race conditions, and non-deterministic event flow.
302302
By organizing your codebase into a deterministic pipeline,
303303
you know exactly what runs, and in what order, every single frame.
304304
]=]

wally.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ldgerrits/bootstrapper"
33
description = "A lightweight, agnostic scheduler and module loader for Roblox. Eliminate unpredictable load orders, race conditions, and non-deterministic event flow. By organizing your codebase into a deterministic pipeline, you know exactly what runs, and in what order, every single frame."
4-
version = "1.1.11"
4+
version = "1.1.12"
55
registry = "https://github.com/UpliftGames/wally-index"
66
realm = "shared"
77
license = "MIT"

0 commit comments

Comments
 (0)