Skip to content

Commit

Permalink
update version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hantabaru1014 committed Nov 17, 2022
1 parent b62795e commit 3f12d8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SaveItemTweaks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public class SaveItemTweaks : NeosMod
{
public override string Name => "SaveItemTweaks";
public override string Author => "hantabaru1014";
public override string Version => "1.0.0";
public override string Version => "1.0.1";
public override string Link => "https://github.com/hantabaru1014/SaveItemTweaks";

private static ModConfiguration config;
Expand Down
2 changes: 1 addition & 1 deletion SaveItemTweaks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<CopyToMods Condition="'$(CopyToMods)'==''">true</CopyToMods>
<DebugSymbols Condition="'$(Configuration)'=='Release'">false</DebugSymbols>
<DebugType Condition="'$(Configuration)'=='Release'">None</DebugType>
<Version>1.0.0</Version>
<Version>1.0.1</Version>
<Authors>hantabaru1014</Authors>
</PropertyGroup>

Expand Down

0 comments on commit 3f12d8f

Please sign in to comment.