Skip to content

Commit

Permalink
Release 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Wootten committed Dec 10, 2019
1 parent eb4f25e commit d9e8912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcore/Constants.vala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*/

namespace Gnonograms {
public const string VERSION = "1.4.2";
public const string VERSION = "1.4.3";
public const Cell NULL_CELL = { uint.MAX, uint.MAX, CellState.UNDEFINED };
public const uint MAXSIZE = 50; // max number rows or columns
public const uint MINSIZE = 5; // Change to 1 when debugging
Expand Down

0 comments on commit d9e8912

Please sign in to comment.