diff --git a/CHANGES.md b/CHANGES.md index 6e61753..0e4bca5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +# 1.1.5 + + * Fix a bug where the application would not start on Windows. + # 1.1.4 * Improvements to generated feedback forms: diff --git a/OPDtab/Constants.cs b/OPDtab/Constants.cs index f6f33d5..74cddea 100644 --- a/OPDtab/Constants.cs +++ b/OPDtab/Constants.cs @@ -2,11 +2,11 @@ { public static class Constants { - public const string VersionString = "1.1.4"; + public const string VersionString = "1.1.5"; public const string Website = "https://github.com/JLimperg/opdtab"; public const string LegalInfo = "This work is licensed under GPLv3\n" + "Attribution to LumenWorks.Framework.IO.CSV.CsvReader\n" + "Copyright (c) 2005 Sébastien Lorion"; } -} \ No newline at end of file +}