diff --git a/default.project.json b/default.project.json index e49dc22..df4c225 100644 --- a/default.project.json +++ b/default.project.json @@ -1,5 +1,5 @@ { - "name": "DialoguePlugDialogueMakerPlugininScript", + "name": "DialogueMakerPlugin", "tree": { "$path": "src", "roblox_packages": { diff --git a/pesde.toml b/pesde.toml index 4314110..7bf1dc3 100644 --- a/pesde.toml +++ b/pesde.toml @@ -1,5 +1,5 @@ name = "dialoguemaker/plugin" -version = "5.0.0-rc.1" +version = "5.0.0-rc.2" description = "A helpful user interface to create dialogue in games." authors = ["Christian Toney "] repository = "https://github.com/DialogueMaker/plugin" diff --git a/src/init.meta.json b/src/init.meta.json index 3d1d572..5c166ae 100644 --- a/src/init.meta.json +++ b/src/init.meta.json @@ -2,7 +2,7 @@ "properties": { "Attributes": { "Version": { - "String": "v5.0.0-rc.1" + "String": "v5.0.0-rc.2" } } }