Skip to content

Commit f259541

Browse files
committed
Bump version to 0.4.0
1 parent ced3153 commit f259541

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/GICutscenes.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>0.3.0</Version>
4+
<Version>0.4.0</Version>
55
<OutputType>Exe</OutputType>
66
<TargetFramework>net6.0</TargetFramework>
77
<!--<RuntimeIdentifier>win-x64</RuntimeIdentifier>-->

src/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ private static void MergeFiles(string outputPath, string basename, string engine
221221
case "internal":
222222
Console.WriteLine("Merging using the internal engine.");
223223
// Video track is already added
224-
merger = new GIMKV(basename, outputPath, "GI-Cutscenes v0.3.0", Path.Combine(outputPath, basename + ".ivf"));
224+
merger = new GIMKV(basename, outputPath, "GI-Cutscenes v0.4.0", Path.Combine(outputPath, basename + ".ivf"));
225225
break;
226226
case "mkvmerge":
227227
Console.WriteLine("Merging using mkvmerge.");

0 commit comments

Comments
 (0)