Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Update assembly version to avoid confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
mosamadeeb committed Jun 27, 2022
1 parent 05187e3 commit d3ee386
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions RyuGUI/RyuGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
<RuntimeIdentifier>win7-x64</RuntimeIdentifier>
<ApplicationIcon>rmm_icon_2.ico</ApplicationIcon>
<AssemblyName>RyuModManager</AssemblyName>
<Version>2.1</Version>
<Authors>SutandoTsukai181</Authors>
<Company />
<Product>Ryu Mod Manager</Product>
<RepositoryUrl>https://github.com/SutandoTsukai181/RyuModManager</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion RyuModManagerCLI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace RyuCLI
{
public static class Program
{
public const string VERSION = "v2.0";
public const string VERSION = "v2.1";
public const string AUTHOR = "SutandoTsukai181";
public const string REPO = "RyuModManager";

Expand Down

0 comments on commit d3ee386

Please sign in to comment.