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

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
mosamadeeb committed Nov 8, 2022
1 parent 542ff72 commit 1231db0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RyuCLI/RyuCLI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFramework>netframework4.8</TargetFramework>
<ApplicationIcon>rmm_icon_2.ico</ApplicationIcon>
<AssemblyName>RyuModManager</AssemblyName>
<Version>3.1</Version>
<Version>3.3</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion RyuGUI/RyuGUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<RuntimeIdentifier>win7-x64</RuntimeIdentifier>
<ApplicationIcon>rmm_icon_2.ico</ApplicationIcon>
<AssemblyName>RyuModManagerGUI</AssemblyName>
<Version>3.1</Version>
<Version>3.3</Version>
<Authors>SutandoTsukai181</Authors>
<Company />
<Product>Ryu Mod Manager</Product>
Expand Down
2 changes: 1 addition & 1 deletion RyuHelpers/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace RyuHelpers
{
public static class Program
{
public const string VERSION = "v3.2.2";
public const string VERSION = "v3.3";
public const string AUTHOR = "SutandoTsukai181";
public const string REPO = "RyuModManager";

Expand Down

0 comments on commit 1231db0

Please sign in to comment.