Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nenkai committed Jan 6, 2024
1 parent 3a51069 commit bc227e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PCarsTools/PCarsTools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<Version>1.1.3</Version>
<Version>1.1.4</Version>
<Platforms>AnyCPU;x86;x64</Platforms>

<AssemblyName Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">PCarsTools_Debug_x86</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion PCarsTools/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Program
{
static void Main(string[] args)
{
Console.WriteLine("PCarsTools 1.1.3 by Nenkai");
Console.WriteLine("PCarsTools 1.1.4 by Nenkai");
Console.WriteLine();

Parser.Default.ParseArguments<TocVerbs, PakVerbs, DecryptScriptVerbs, BuildDatVerbs, DecryptModelVerbs, ConvertTextureVerbs>(args)
Expand Down

0 comments on commit bc227e0

Please sign in to comment.