Skip to content

Commit eb51687

Browse files
committed
1.0.4
1 parent f2522e0 commit eb51687

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ npm i @rbxts/destroyed-instance-logging
2626
### Wally
2727
[Wally](https://github.com/UpliftGames/wally/) users can install this package by adding the following line to their `Wally.toml` under `[dependencies]`:
2828
```
29-
DestroyedInstanceLogging = "bytebit/destroyed-instance-logging@1.0.3"
29+
DestroyedInstanceLogging = "bytebit/destroyed-instance-logging@1.0.4"
3030
```
3131

3232
Then just run `wally install`.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rbxts/destroyed-instance-logging",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Just a simple set of functions for making consistent destroyed instance logs.",
55
"main": "out/init.lua",
66
"scripts": {

wally.lock

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

55
[[package]]
66
name = "bytebit/destroyed-instance-logging"
7-
version = "1.0.3"
7+
version = "1.0.4"
88
dependencies = []

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/destroyed-instance-logging"
33
description = "Just a simple set of functions for making consistent destroyed instance logs."
4-
version = "1.0.3"
4+
version = "1.0.4"
55
license = "MIT"
66
registry = "https://github.com/UpliftGames/wally-index"
77
realm = "shared"

0 commit comments

Comments
 (0)