We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a38423f commit b6440ebCopy full SHA for b6440eb
1 file changed
Packages/org.centurioncc.system.voice-comms-integration/package.json
@@ -1,17 +1,17 @@
1
{
2
"name": "org.centurioncc.system.voice-comms-integration",
3
- "version": "0.2.0",
+ "version": "0.3.0-alpha.0",
4
"displayName": "Centurion System Voice Comms Integration",
5
"description": "Integrate VoiceComms with Centurion System",
6
- "unity": "2019.4",
+ "unity": "2022.3",
7
"author": {
8
"name": "DerpyNewbie",
9
"email": "derpynewbie@gmail.com",
10
"url": "https://github.com/derpynewbie"
11
},
12
"vpmDependencies": {
13
- "dev.derpynewbie.voice-comms": "~0.1.0",
14
- "org.centurioncc.system": "~0.5.0"
+ "dev.derpynewbie.voice-comms": ">=0.3.0-beta.0",
+ "org.centurioncc.system": ">=1.0.0-alpha.0"
15
16
"hideInEditor": false
17
}
0 commit comments