Skip to content

Commit

Permalink
Fix issue with dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DJDavid98 committed Nov 13, 2022
1 parent 4862efb commit 31804e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,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("1.0.1")]
[assembly: AssemblyFileVersion("1.0.1")]
[assembly: AssemblyVersion("1.0.2")]
[assembly: AssemblyFileVersion("1.0.2")]
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"id": "bsrpc",
"name": "bsrpc",
"author": "DJDavid98",
"version": "1.0.1",
"version": "1.0.2",
"description": "Discord Rich Presence integration for Beat Saber",
"gameVersion": "1.26.0",
"dependsOn": {
"BSIPA": "4.2.2",
"DataPuller": "2.1.0",
"DiscordCore": "1.0.10"
"BSIPA": "^4.2.2",
"DataPuller": "^2.1.0",
"DiscordCore": "^1.0.10"
},
"links": {
"project-source": "https://github.com/DJDavid98/bsrpc"
Expand Down

0 comments on commit 31804e5

Please sign in to comment.