Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ToaHartor committed Jul 3, 2022
1 parent ced3153 commit f259541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/GICutscenes.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.3.0</Version>
<Version>0.4.0</Version>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<!--<RuntimeIdentifier>win-x64</RuntimeIdentifier>-->
Expand Down
2 changes: 1 addition & 1 deletion src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ private static void MergeFiles(string outputPath, string basename, string engine
case "internal":
Console.WriteLine("Merging using the internal engine.");
// Video track is already added
merger = new GIMKV(basename, outputPath, "GI-Cutscenes v0.3.0", Path.Combine(outputPath, basename + ".ivf"));
merger = new GIMKV(basename, outputPath, "GI-Cutscenes v0.4.0", Path.Combine(outputPath, basename + ".ivf"));
break;
case "mkvmerge":
Console.WriteLine("Merging using mkvmerge.");
Expand Down

0 comments on commit f259541

Please sign in to comment.