diff --git a/README.md b/README.md index f19c1dd..d4a1ed5 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,6 @@ Hit me up on Reddit for any requested puzzles to add to future versions. ## Linux - Crosswords : https://gitlab.gnome.org/jrb/crosswords -- kSudoku : https://invent.kde.org/games/ksudoku > If you know of any other software that can create ipuz files, please let me know and I will add it here. diff --git a/codeword-maker.sh b/codeword-maker.sh index 100ac2a..bcea6e2 100644 --- a/codeword-maker.sh +++ b/codeword-maker.sh @@ -1,6 +1,6 @@ #!/bin/bash -## Title: CodeWord Maker 1.00 +## Title: CodeWord Maker 1.01 ## Author: Ze'ev Schurmann ## License: This project is licensed under the GNU General Public License v3.0 only. ## License: URL @@ -18,7 +18,6 @@ ## Where can I get software to create ipuz files? ## Crosswords: https://gitlab.gnome.org/jrb/crosswords -## Sudokus: https://invent.kde.org/games/ksudoku ## Where I can learn more about the ipuz format? ## ipuz is essentially a JSON format designed for storing puzzles. diff --git a/crossword-maker.sh b/crossword-maker.sh index 04e045b..468cbcb 100644 --- a/crossword-maker.sh +++ b/crossword-maker.sh @@ -1,6 +1,6 @@ #!/bin/bash -## Title: CrossWord Maker 1.00 +## Title: CrossWord Maker 1.01 ## Author: Ze'ev Schurmann ## License: This project is licensed under the GNU General Public License v3.0 only. ## License: URL @@ -18,7 +18,6 @@ ## Where can I get software to create ipuz files? ## Crosswords: https://gitlab.gnome.org/jrb/crosswords -## Sudokus: https://invent.kde.org/games/ksudoku ## Where I can learn more about the ipuz format? ## ipuz is essentially a JSON format designed for storing puzzles.