Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrogo7 committed Nov 22, 2024
1 parent 54f5f42 commit 22a2f34
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion PlayerCoords/PlayerCoords.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PropertyGroup>
<Authors>Jrogo</Authors>
<Company></Company>
<Version>1.2.0</Version>
<Version>1.3.0</Version>
<Description>Tracks player positions</Description>
<Copyright></Copyright>
<PackageProjectUrl>https://github.com/Jrogo7/PlayerCoords</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion PlayerCoords/PlayerCoords.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"Description": "Allows you to get the coordinate information for all nearby players",
"ApplicableVersion": "any",
"InternalName": "PlayerCoords",
"AssemblyVersion": "1.2.0",
"AssemblyVersion": "1.3.0",
"RepoUrl": "https://github.com/Jrogo7/PlayerCoords",
"Tags": [
"players"
Expand Down
8 changes: 4 additions & 4 deletions repo.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[{
"DownloadLinkInstall": "https://github.com/Jrogo7/PlayerCoords/releases/download/1.2.0/latest.zip",
"DownloadLinkUpdate": "https://github.com/Jrogo7/PlayerCoords/releases/download/1.2.0/latest.zip",
"DownloadLinkTesting": "https://github.com/Jrogo7/PlayerCoords/releases/download/1.2.0/latest.zip",
"DownloadLinkInstall": "https://github.com/Jrogo7/PlayerCoords/releases/download/1.3.0/latest.zip",
"DownloadLinkUpdate": "https://github.com/Jrogo7/PlayerCoords/releases/download/1.3.0/latest.zip",
"DownloadLinkTesting": "https://github.com/Jrogo7/PlayerCoords/releases/download/1.3.0/latest.zip",
"Author": "Jrogo",
"Name": "Player Coords",
"InternalName": "PlayerCoords",
"AssemblyVersion": "1.2.0",
"AssemblyVersion": "1.3.0",
"Punchline": "Get the coordinate information for all nearby players",
"Description": "Allows you to get the coordinate information for all nearby players",
"ApplicableVersion": "any",
Expand Down

0 comments on commit 22a2f34

Please sign in to comment.