Skip to content

Commit 73f5e05

Browse files
committed
1.0.0
1 parent 7b5d53f commit 73f5e05

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A simple script to implement statistical functions not provided by the Lua stand
2020
### Wally
2121
[Wally](https://github.com/UpliftGames/wally/) users can install this package by adding the following line to their `Wally.toml` under `[dependencies]`:
2222
```
23-
statistics = "bytebit/statistics@0.0.1"
23+
statistics = "bytebit/statistics@1.0.0"
2424
```
2525

2626
Then just run `wally install`.

wally.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ registry = "test"
44

55
[[package]]
66
name = "bytebit/statistics"
7-
version = "0.0.1"
7+
version = "1.0.0"
88
dependencies = [["testez", "roblox/[email protected]"]]
99

1010
[[package]]

wally.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bytebit/statistics"
33
description = "A simple script to implement statistical functions not provided by the Lua standard API, developed especially for use on Roblox"
4-
version = "0.0.1"
4+
version = "1.0.0"
55
license = "MIT"
66
registry = "https://github.com/UpliftGames/wally-index"
77
realm = "shared"

0 commit comments

Comments
 (0)