Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noahwillcrow committed Mar 27, 2022
1 parent 496abd8 commit 1a0140b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ npm i @rbxts/batch-collector
### Wally
[Wally](https://github.com/UpliftGames/wally/) users can install this package by adding the following line to their `Wally.toml` under `[dependencies]`:
```
BatchCollector = "bytebit/batch-collector@0.0.2"
BatchCollector = "bytebit/batch-collector@1.0.0"
```

Then just run `wally install`.
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rbxts/batch-collector",
"version": "0.0.2",
"version": "1.0.0",
"description": "A module for collecting batches of items, be they logs or tasks, to be posted together in order.",
"main": "out/init.lua",
"scripts": {
Expand Down Expand Up @@ -55,4 +55,4 @@
"@rbxts/testez": "^0.3.1-ts.7",
"@rbxts/timer": "^0.0.7"
}
}
}
2 changes: 1 addition & 1 deletion wally.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ registry = "test"

[[package]]
name = "bytebit/batch-collector"
version = "0.0.2"
version = "1.0.0"
dependencies = []
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "bytebit/batch-collector"
description = "A module for collecting batches of items, be they logs or tasks, to be posted together in order."
version = "0.0.2"
version = "1.0.0"
license = "MIT"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
Expand Down

0 comments on commit 1a0140b

Please sign in to comment.