Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
GalaxyMaster2 committed Aug 15, 2022
1 parent 3441acb commit d6a9fd4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions HitsoundTweaks/Configuration/PluginConfig.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using IPA.Config.Stores;
using BeatSaberMarkupLanguage.Attributes;
using IPA.Config.Stores;
using System.Runtime.CompilerServices;
using BeatSaberMarkupLanguage.Attributes;

[assembly: InternalsVisibleTo(GeneratedStore.AssemblyVisibilityTarget)]
namespace HitsoundTweaks.Configuration
Expand Down
6 changes: 3 additions & 3 deletions HitsoundTweaks/HitsoundTweaksController.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using HarmonyLib;
using UnityEngine;
using BeatSaberMarkupLanguage.Settings;
using BeatSaberMarkupLanguage.Settings;
using HarmonyLib;
using HitsoundTweaks.Configuration;
using UnityEngine;

namespace HitsoundTweaks
{
Expand Down
4 changes: 2 additions & 2 deletions HitsoundTweaks/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.4")]
[assembly: AssemblyFileVersion("1.0.4")]
[assembly: AssemblyVersion("1.1.0")]
[assembly: AssemblyFileVersion("1.1.0")]
2 changes: 1 addition & 1 deletion HitsoundTweaks/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "HitsoundTweaks",
"name": "HitsoundTweaks",
"author": "GalaxyMaster",
"version": "1.0.4",
"version": "1.1.0",
"description": "Adds more configurability to hitsounds, and fixes several base game bugs to make them more reliable and consistent.",
"gameVersion": "1.21.0",
"dependsOn": {
Expand Down

0 comments on commit d6a9fd4

Please sign in to comment.