Skip to content

Commit

Permalink
CHANGES and version update for release 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JLimperg committed Apr 20, 2017
1 parent f87acae commit e30a6c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions OPDtab/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
}
}

0 comments on commit e30a6c0

Please sign in to comment.