diff --git a/README.md b/README.md index 7e1f9dd..91c3e4a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/default.project.json b/default.project.json index 0a5808f..9b4f141 100644 --- a/default.project.json +++ b/default.project.json @@ -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" } } \ No newline at end of file diff --git a/package.json b/package.json index fdcf95f..0740d85 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pesde.toml b/pesde.toml index b6a7be8..7f96370 100644 --- a/pesde.toml +++ b/pesde.toml @@ -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" diff --git a/wally.toml b/wally.toml index 8c2df8e..3aed2c6 100644 --- a/wally.toml +++ b/wally.toml @@ -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"