Skip to content

Commit 8138822

Browse files
committed
Release v1.2.1
1 parent 14a79fa commit 8138822

3 files changed

Lines changed: 3 additions & 3 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.2.0
27+
ldgerrits/bootstrapper@^1.2.1
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.2.0
31+
ldgerrits/bootstrapper@^1.2.1
3232
```
3333

3434
## Quick Start

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 module loader and scheduler for Roblox. Eliminate load-order bugs and race conditions by organizing your modules into a deterministic pipeline. Define exactly what runs, and in what order, every single frame with zero ambiguity."
4-
version = "1.2.0"
4+
version = "1.2.1"
55
registry = "https://github.com/UpliftGames/wally-index"
66
realm = "shared"
77
license = "MIT"

0 commit comments

Comments
 (0)