Skip to content

Commit 7a7f08c

Browse files
authored
Merge pull request #4 from Centurion-Creative-Connect/update-deps
Update deps
2 parents f124de3 + c4deadb commit 7a7f08c

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

Packages/org.centurioncc.system.commands/Runtime/Command/GameManagerCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public override string OnCommand(NewbieConsole console, string label, string[] v
9292
case "version":
9393
{
9494
console.Println($"Centurion System - v{GameManager.GetVersion()}");
95-
console.Println("Centurion System Commands - v0.5.0");
95+
console.Println("Centurion System Commands - v0.5.1");
9696
return GameManager.GetVersion();
9797
}
9898
case "license":
Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "org.centurioncc.system.commands",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"displayName": "Centurion System Commands",
55
"description": "Additional NewbieConsole commands module for Centurion System",
66
"unity": "2019.4",
@@ -10,12 +10,9 @@
1010
"url": "https://github.com/derpynewbie"
1111
},
1212
"vpmDependencies": {
13-
"com.vrchat.worlds": "~3.2.0",
14-
"com.vrchat.udonsharp": "~1.1.0",
13+
"com.vrchat.worlds": "~3.4.0",
1514
"dev.derpynewbie.common": "~0.3.4",
16-
"dev.derpynewbie.logger": "~0.1.8",
17-
"org.centurioncc.system": "~0.5.0"
15+
"dev.derpynewbie.logger": "~0.1.8"
1816
},
19-
"url": "https://github.com/Centurion-Creative-Connect/System.Commands/releases/download/0.4.1/org.centurioncc.system.commands-0.4.1.zip",
2017
"hideInEditor": false
2118
}

0 commit comments

Comments
 (0)