Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Commit

Permalink
🔖 BetterFonts v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chasmical committed Dec 6, 2022
1 parent 836bc3a commit 175bc45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BetterFonts/BetterFonts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<AssemblyName>Sands_BetterFonts</AssemblyName>
<RootNamespace>BetterFonts</RootNamespace>
<PackageId>BetterFonts</PackageId>
<Version>1.0.0</Version>
<Version>1.1.0</Version>
<Authors>Abbysssal</Authors>
<Company>$(Authors)</Company>
<Copyright></Copyright>
Expand Down
2 changes: 1 addition & 1 deletion BetterFonts/BetterFontsPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using UnityEngine.UI;

namespace BetterFonts;
[BepInEx.BepInPlugin(@"abbysssal.streetsofrogue.betterfonts", "S&S: Better Fonts", "1.0.0")]
[BepInEx.BepInPlugin(@"abbysssal.streetsofrogue.betterfonts", "S&S: Better Fonts", "1.1.0")]
public class BetterFontsPlugin : BepInEx.BaseUnityPlugin
{
private static Font? MunroExtended;
Expand Down

0 comments on commit 175bc45

Please sign in to comment.