v1.2.1 (#19)
* Update README.md * Add global K/D calculation * Display current and latest version in terminal #18
This commit is contained in:
@@ -1,12 +1,28 @@
|
||||
{
|
||||
"Name": "ToneAPI.pulse",
|
||||
"Description": "Displays Tone API kill data in the Stats tab.",
|
||||
"Version": "1.2.0",
|
||||
"Version": "1.2.1",
|
||||
"LoadPriority": 1,
|
||||
"ConVars": [
|
||||
{
|
||||
"Name": "ToneURL",
|
||||
"DefaultValue": "https://tone.sleepycat.date/v2/client"
|
||||
},
|
||||
{
|
||||
"Name": "VersionURL",
|
||||
"DefaultValue": "https://raw.githubusercontent.com/ToneAPI/pulse/main/version.json"
|
||||
},
|
||||
{
|
||||
"Name": "MajorVersion",
|
||||
"DefaultValue": "1"
|
||||
},
|
||||
{
|
||||
"Name": "MinorVersion",
|
||||
"DefaultValue": "2"
|
||||
},
|
||||
{
|
||||
"Name": "PatchVersion",
|
||||
"DefaultValue": "1"
|
||||
}
|
||||
],
|
||||
"Scripts": [
|
||||
|
||||
Reference in New Issue
Block a user