Skip to content

Commit 670bb65

Browse files
committed
fix wally excludes, bump version
1 parent e3119b3 commit 670bb65

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
```toml
66
[dependencies]
7-
Freeze = "duckarmor/freeze@0.1.3"
7+
Freeze = "duckarmor/freeze@0.1.4"
88
```
99

1010
<!--moonwave-hide-before-this-line-->

docs/Installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ sidebar_position: 3
88

99
```toml
1010
[dependencies]
11-
Freeze = "duckarmor/freeze@0.1.3"
11+
Freeze = "duckarmor/freeze@0.1.4"
1212
```

wally.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
name = "duckarmor/freeze"
33
authors = ["duckarmor"]
44
description = "Immutable data structures for Roblox Luau ❄️"
5-
version = "0.1.3"
5+
version = "0.1.4"
66
registry = "https://github.com/upliftgames/wally-index"
77
realm = "shared"
8-
exclude = ["bin", "docs", ".moonwave", "build", "tests", "*spec.lua", "*d.luau"]
8+
exclude = ["bin", "docs", ".moonwave", "build", "tests", "*spec.luau", "*.d.luau"]
99

1010
[dependencies]
1111
TestEZ = "roblox/testez@0.4.1"

0 commit comments

Comments
 (0)