Skip to content

Commit

Permalink
Update version string
Browse files Browse the repository at this point in the history
  • Loading branch information
prmr committed Aug 8, 2019
1 parent 5e95201 commit bc23130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ca/mcgill/cs/stg/solitaire/gui/Solitaire.java
Expand Up @@ -45,7 +45,7 @@ public class Solitaire extends Application
private static final int HEIGHT = 500;
private static final int MARGIN_OUTER = 10;
private static final String TITLE = "Solitaire";
private static final String VERSION = "0.3";
private static final String VERSION = "1.0";

private DeckView aDeckView = new DeckView();
private DiscardPileView aDiscardPileView = new DiscardPileView();
Expand Down

0 comments on commit bc23130

Please sign in to comment.