Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
suchmememanyskill committed Jun 25, 2020
1 parent 8057241 commit 9db6c43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EmmcHaccGen/EmmcHaccGen.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Version>2.2.0</Version>
<Version>2.2.1</Version>
<RepositoryUrl>https://github.com/suchmememanyskill/EmmcHaccGen</RepositoryUrl>
</PropertyGroup>

Expand Down
3 changes: 2 additions & 1 deletion EmmcHaccGen/nca/VersionExtractor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ public VersionExtractor(NcaFile nca)
}
catch
{
platform = "ERR";
platform = "NX";
version = "Unkn";
Console.WriteLine("[Warning] Version extraction failed. Version is unknown");
}
}
private void OpenVersionNca(NcaFile nca)
Expand Down

0 comments on commit 9db6c43

Please sign in to comment.