[README, Constants] Update for 0.9.1 fix

This commit is contained in:
Matt Nadareski
2016-08-31 13:01:37 -07:00
parent e23ae61b9e
commit 848f82fea5
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ This section is for tools that have been requested for a highly specific purpose
<!-- <b>There are no standalone tools that are for power users at this time.</b> --> <!-- <b>There are no standalone tools that are for power users at this time.</b> -->
<b>TGZTest</b> <b>TGZConvert</b>
<p/> <p/>
A simple tool to convert a folder to TGZ, optionally to a specific folder. A simple tool to convert a folder to TGZ, optionally to a specific folder.
<ul> <ul>

View File

@@ -7,7 +7,7 @@ namespace SabreTools.Helper
/// <summary> /// <summary>
/// The current toolset version to be used by all child applications /// The current toolset version to be used by all child applications
/// </summary> /// </summary>
public static string Version = "v0.9.0"; public static string Version = "v0.9.1";
public static int HeaderHeight = 3; public static int HeaderHeight = 3;
#region 0-byte file constants #region 0-byte file constants