Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
RoanH committed Dec 21, 2019
1 parent 598a0e6 commit 0678441
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Picross/src/me/roan/picross/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ private static final void showGameGUI(){

JPanel footer = new JPanel(new GridLayout(1, 2));
footer.setBorder(BorderFactory.createEmptyBorder(0, 2, 0, 2));
footer.add(Util.getVersionLabel("Picross", "v1.1", false, SwingConstants.LEFT));//XXX Version number - don't forget build.gradle
footer.add(Util.getVersionLabel("Picross", "v1.2", false, SwingConstants.LEFT));//XXX Version number - don't forget build.gradle
JLabel git = new JLabel("<html><font color=blue><u>GitHub</u></font></html>", SwingConstants.RIGHT);
git.addMouseListener(new ClickableLink("https://github.com/RoanH/Picross"));
footer.add(git);
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Picross ([nonogram](https://en.wikipedia.org/wiki/Nonogram)) implementation insp
The goal of the game is to complete the grid with filled tiles and cross tiles according to the restrictions given on the sides. A more detailed explanation is given below.

The program looks like this:
![GUI](https://i.imgur.com/u7HStpO.png)
![GUI](https://i.imgur.com/HHkKVyv.png)

## Features
- Randomized Picross puzzles of a customizable size and density (can also be shared using the seed).
Expand Down Expand Up @@ -63,8 +63,8 @@ General controls needed to play the game.

## Downloads
_Requires Java 8 or higher_
- [Windows executable](https://github.com/RoanH/Picross/releases/download/v1.1/Picross-v1.1.exe)
- [Runnable Java Archive](https://github.com/RoanH/Picross/releases/download/v1.1/Picross-v1.1.jar)
- [Windows executable](https://github.com/RoanH/Picross/releases/download/v1.2/Picross-v1.2.exe)
- [Runnable Java Archive](https://github.com/RoanH/Picross/releases/download/v1.2/Picross-v1.2.jar)

All releases: [releases](https://github.com/RoanH/Picross/releases)<br>
GitHub repository: [repository](https://github.com/RoanH/Picross)<br>
Expand Down

0 comments on commit 0678441

Please sign in to comment.