Skip to content

Commit d856b0e

Browse files
committed
Bump version to fix installation
1 parent a373270 commit d856b0e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Add the following to your `wally.toml` and run `wally install` to download the p
3333

3434
```toml
3535
[dependencies]
36-
ComplexRegions = "vocksel/complex-regions@0.1.0
36+
ComplexRegions = "vocksel/complex-regions@0.1.1"
3737
```
3838

3939
Make sure the resulting `Packages` folder is synced into your experience using a tool like [Rojo](https://github.com/rojo-rbx/rojo/).

docs/intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add the following to your `wally.toml` and run `wally install` to download the p
1616

1717
```toml
1818
[dependencies]
19-
ComplexRegions = "vocksel/complex-regions@0.1.0
19+
ComplexRegions = "vocksel/complex-regions@0.1.1"
2020
```
2121

2222
Make sure the resulting `Packages` folder is synced into your experience using a tool like [Rojo](https://github.com/rojo-rbx/rojo/).

wally.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vocksel/complex-regions"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = [ "David Minnerly <me@vocksel.com>" ]
55
license = "MIT"
66
registry = "https://github.com/UpliftGames/wally-index"

0 commit comments

Comments
 (0)