diff --git a/GitVersion.yml b/GitVersion.yml index d54ff0e9..6bffd70c 100644 --- a/GitVersion.yml +++ b/GitVersion.yml @@ -1,6 +1,6 @@ mode: ContinuousDeployment increment: Patch -next-version: 0.16.0 +next-version: 0.16.1 branches: master: tag: alpha \ No newline at end of file diff --git a/src/LibHac/Fs/AccessLog.cs b/src/LibHac/Fs/AccessLog.cs index 2564855a..00b45b74 100644 --- a/src/LibHac/Fs/AccessLog.cs +++ b/src/LibHac/Fs/AccessLog.cs @@ -734,11 +734,11 @@ namespace LibHac.Fs.Impl public static ReadOnlySpan FsModuleName => // "$fs" new[] { (byte)'$', (byte)'f', (byte)'s' }; - /// "0.16.0" - public static ReadOnlySpan LogLibHacVersion => // "0.16.0" + /// "0.16.1" + public static ReadOnlySpan LogLibHacVersion => // "0.16.1" new[] { - (byte)'0', (byte)'.', (byte)'1', (byte)'6', (byte)'.', (byte)'0' + (byte)'0', (byte)'.', (byte)'1', (byte)'6', (byte)'.', (byte)'1' }; /// """ diff --git a/src/LibHac/LibHac.csproj b/src/LibHac/LibHac.csproj index eec1e301..e0472753 100644 --- a/src/LibHac/LibHac.csproj +++ b/src/LibHac/LibHac.csproj @@ -2,14 +2,14 @@ Library - 0.16.0 + 0.16.1 net6.0 true Alex Barney - Copyright © 2018-2021 Alex Barney + Copyright © 2018-2022 Alex Barney A library that reimplements select portions of the Nintendo Switch operating system and allows reading content formats used by the OS. https://github.com/Thealexbarney/LibHac MIT diff --git a/src/hactoolnet/hactoolnet.csproj b/src/hactoolnet/hactoolnet.csproj index fc41adec..3cc5eddb 100644 --- a/src/hactoolnet/hactoolnet.csproj +++ b/src/hactoolnet/hactoolnet.csproj @@ -6,7 +6,7 @@ - 0.16.0 + 0.16.1 $(MSBuildProjectDirectory)=C:/hactoolnet/