Skip to content

Commit

Permalink
Update VERSION constant and screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremypw committed Mar 28, 2018
1 parent b86a72d commit 7c07a0e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified data/screenshots/Designing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/screenshots/Settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/screenshots/Solving.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/core/Constants.vala
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ namespace Gnonograms {
public const string APP_ID = "com.github.jeremypw.gnonograms";
public const string APP_NAME = _("Gnonograms");
public const string LAUNCHER = "com.github.jeremypw.gnonograms.desktop";
public const string VERSION = "1.1.0"; // For benefit of Granite.Application terminal output.
public const string VERSION = "1.2.0"; // For benefit of Granite.Application terminal output.

public const string SETTING_FILLED_COLOR = "#000000"; /* Elementary Black 900 */
public const string SETTING_EMPTY_COLOR = "#fafafa"; /* Elementary Silver 100 */
Expand Down

0 comments on commit 7c07a0e

Please sign in to comment.