[commands] Change command vendordep JSON version number to 1.0.0 (#3938)

While the number doesn't matter, it being old is confusing a lot of
people.  We never increment the internal vendordep versions, so using a year
version number was a poor choice.

Closes #3921.
This commit is contained in:
Tyler Veness
2022-01-20 23:32:02 -08:00
committed by GitHub
parent 8c55844f91
commit 841174f302
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"fileName": "WPILibNewCommands.json",
"name": "WPILib-New-Commands",
"version": "2020.0.0",
"version": "1.0.0",
"uuid": "111e20f7-815e-48f8-9dd6-e675ce75b266",
"mavenUrls": [],
"jsonUrl": "",

View File

@@ -1,7 +1,7 @@
{
"fileName": "WPILibOldCommands.json",
"name": "WPILib-Old-Commands",
"version": "2020.0.0",
"version": "1.0.0",
"uuid": "b066afc2-5c18-43c4-b758-43381fcb275e",
"mavenUrls": [],
"jsonUrl": "",