Skip to content

Commit af4ea11

Browse files
committed
2.1.0
1 parent 2bbffca commit af4ea11

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.1",
2+
"version": "2.0.0",
33
"tasks": [
44
{
55
"type": "dotnet",

PlayerCoords/PlayerCoords.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Authors>Jrogo</Authors>
55
<Company></Company>
6-
<Version>2.0.1</Version>
6+
<Version>2.1.0</Version>
77
<Description>Tracks player positions</Description>
88
<Copyright></Copyright>
99
<PackageProjectUrl>https://github.com/Jrogo7/PlayerCoords</PackageProjectUrl>

PlayerCoords/PlayerCoords.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"Description": "Allows you to get the coordinate information for all nearby players",
66
"ApplicableVersion": "any",
77
"InternalName": "PlayerCoords",
8-
"AssemblyVersion": "2.0.1",
8+
"AssemblyVersion": "2.1.0",
99
"RepoUrl": "https://github.com/Jrogo7/PlayerCoords",
1010
"Tags": [
1111
"players"

repo.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[{
2-
"DownloadLinkInstall": "https://github.com/Jrogo7/PlayerCoords/releases/download/2.0.1/latest.zip",
3-
"DownloadLinkUpdate": "https://github.com/Jrogo7/PlayerCoords/releases/download/2.0.1/latest.zip",
4-
"DownloadLinkTesting": "https://github.com/Jrogo7/PlayerCoords/releases/download/2.0.1/latest.zip",
2+
"DownloadLinkInstall": "https://github.com/Jrogo7/PlayerCoords/releases/download/2.1.0/latest.zip",
3+
"DownloadLinkUpdate": "https://github.com/Jrogo7/PlayerCoords/releases/download/2.1.0/latest.zip",
4+
"DownloadLinkTesting": "https://github.com/Jrogo7/PlayerCoords/releases/download/2.1.0/latest.zip",
55
"Author": "Jrogo",
66
"Name": "Player Coords",
77
"InternalName": "PlayerCoords",
8-
"AssemblyVersion": "2.0.1",
8+
"AssemblyVersion": "2.1.0",
99
"Punchline": "Get the coordinate information for all nearby players",
1010
"Description": "Allows you to get the coordinate information for all nearby players",
1111
"ApplicableVersion": "any",

0 commit comments

Comments
 (0)