Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
## Installation
Add to your `wally.toml`:
```toml
utf8_validate = "ophidiedev/utf8-validate@2.0.1"
utf8_validate = "ophidiedev/utf8-validate@2.0.2"
```

Add to your `pesde.toml`:
```toml
utf8_validate = { name = "ophidiedev/utf8_validate", version = "^2.0.1" }
utf8_validate = { name = "ophidiedev/utf8_validate", version = "^2.0.2" }
```

Add to your `package.json`:
```json
"@rbxts/utf8-validate": "^2.0.1"
"@rbxts/utf8-validate": "^2.0.2"
```

## Read More
Expand Down
35 changes: 1 addition & 34 deletions default.project.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,6 @@
{
"name": "utf8-validate",
"tree": {
"$className": "DataModel",

"ReplicatedStorage": {
"utf8_validate": {
"$path": "src"
}
},

"ServerScriptService": {
"$className": "ServerScriptService"
},

"StarterPlayer": {
"$className": "StarterPlayer",
"StarterPlayerScripts": {
"$className": "StarterPlayerScripts"
}
},

"Workspace": {
"$className": "Workspace",
"$properties": {
"FilteringEnabled": true
}
},
"Lighting": {
"$className": "Lighting"
},
"SoundService": {
"$className": "SoundService",
"$properties": {
"RespectFilteringEnabled": true
}
}
"$path": "src"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rbxts/utf8-validate",
"version": "2.0.1",
"version": "2.0.2",
"description": "UTF8 validator",
"main": "src/init.luau",
"types": "src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion pesde.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "ophidiedev/utf8_validate"
version = "2.0.1"
version = "2.0.2"
authors = ["Ophidie (https://github.com/OphidieDev)"]
description = "UTF8 validator"
repository = "https://github.com/OphidieDev/utf8-validate"
Expand Down
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "ophidiedev/utf8-validate"
description = "UTF8 Validator"
authors = ["Ophidie <>"]
version = "2.0.1"
version = "2.0.2"
license = "MIT"
registry = "https://github.com/UpliftGames/wally-index"
realm = "shared"
Expand Down