Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ReadieFur committed Sep 18, 2021
1 parent 2d1c913 commit 11e7a9d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion beatmods.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DataPuller

## Mod Version
2.0.7
2.0.8

## Game Version
1.17.0
Expand Down
4 changes: 2 additions & 2 deletions src/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.7")]
[assembly: AssemblyFileVersion("2.0.7")]
[assembly: AssemblyVersion("2.0.8")]
[assembly: AssemblyFileVersion("2.0.8")]
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "DataPuller",
"name": "DataPuller",
"author": "Readie",
"version": "2.0.7",
"version": "2.0.8",
"description": "Gathers data about the current map you are playing to then be sent out over a websocket for other software to use, e.g. A web overlay like BSDP-Overlay. This mod works with multi PC setups!",
"gameVersion": "1.17.0",
"dependsOn": {
Expand All @@ -15,7 +15,7 @@
"SiraUtil": "^2.5.8"
},
"links": {
"project-home": "https://u-readie.global-gaming.co/bsdp-overlay/",
"project-home": "https://readie.global-gaming.co/bsdp-overlay/",
"project-source": "https://github.com/kOFReadie/BSDataPuller"
}
}

0 comments on commit 11e7a9d

Please sign in to comment.