mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add extra check for directory creation; bump version number
This commit is contained in:
@@ -13,7 +13,7 @@ namespace SabreTools
|
||||
/// </summary>
|
||||
class Headerer
|
||||
{
|
||||
private static string _version = "0.2.6.0";
|
||||
private static string _version = "0.2.6.1";
|
||||
private static string _dbName = "Headerer.sqlite";
|
||||
private static string _connectionString = "Data Source=" + _dbName + ";Version = 3;";
|
||||
private static Dictionary<string, int> types;
|
||||
|
||||
Reference in New Issue
Block a user