Skip to content

Commit

Permalink
Update for game version 1.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DJDavid98 committed Oct 16, 2024
1 parent 51619f5 commit f50ec04
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 @@ -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("1.2.0")]
[assembly: AssemblyFileVersion("1.2.0")]
[assembly: AssemblyVersion("1.2.1")]
[assembly: AssemblyFileVersion("1.2.1")]
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"id": "bsrpc",
"name": "bsrpc",
"author": "DJDavid98",
"version": "1.2.0",
"version": "1.2.1",
"description": "Discord Rich Presence integration for Beat Saber",
"gameVersion": "1.37.4",
"gameVersion": "1.38.0",
"dependsOn": {
"BSIPA": "^4.3.5",
"DataPuller": "^2.1.14",
"DataPuller": "^2.1.15",
"DiscordCore": "^3.0.6",
"BeatSaberMarkupLanguage": "^1.12.1"
"BeatSaberMarkupLanguage": "^1.12.3"
},
"links": {
"project-source": "https://github.com/DJDavid98/bsrpc"
Expand Down

0 comments on commit f50ec04

Please sign in to comment.