Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Auros committed Jul 26, 2021
1 parent ac71fe2 commit a25f0ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions SiraUtil/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("2.5.6")]
[assembly: AssemblyFileVersion("2.5.6")]
[assembly: AssemblyVersion("2.5.7")]
[assembly: AssemblyFileVersion("2.5.7")]
6 changes: 3 additions & 3 deletions SiraUtil/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"id": "SiraUtil",
"name": "SiraUtil",
"author": "Auros",
"version": "2.5.6",
"version": "2.5.7",
"description": "Utility library/mod for Beat Saber modders.",
"gameVersion": "1.16.3",
"gameVersion": "1.16.4",
"dependsOn": {
"BSIPA": "^4.1.4"
"BSIPA": "^4.2.0"
},
"loadBefore": [ "CameraPlus", "Ini Parser", "RuntimeUnityEditor.Core" ]
}

0 comments on commit a25f0ed

Please sign in to comment.