Skip to content

Commit

Permalink
Update plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
riley committed Sep 27, 2024
1 parent 0414919 commit 71c3c20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Counters+/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Counters+")]
[assembly: AssemblyCopyright("Copyright © Caeden117 2018-2023")]
[assembly: AssemblyCopyright("Copyright © Caeden117 2018-2024")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: InternalsVisibleTo(IPA.Config.Stores.GeneratedStore.AssemblyVisibilityTarget)]
Expand All @@ -33,5 +33,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.3.8")]
[assembly: AssemblyFileVersion("2.3.8")]
[assembly: AssemblyVersion("2.3.10")]
[assembly: AssemblyFileVersion("2.3.10")]
6 changes: 3 additions & 3 deletions Counters+/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"id": "Counters+",
"name": "Counters+",
"author": "Caeden117",
"version": "2.3.8",
"version": "2.3.10",
"description": "A suite of enhancements for Beat Saber's UI.",
"icon": "CountersPlus.UI.Images.Logo.png",
"gameVersion": "1.37.5",
"dependsOn": {
"BSIPA": "^4.3.5",
"BeatSaberMarkupLanguage": "^1.11.4",
"SiraUtil": "^3.1.11"
"BeatSaberMarkupLanguage": "^1.12.1",
"SiraUtil": "^3.1.12"
},
"features": {
"IPA.DefineFeature": {
Expand Down

0 comments on commit 71c3c20

Please sign in to comment.