Skip to content

Commit

Permalink
version and readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkolesidis committed Jun 12, 2024
1 parent 2943314 commit 929f461
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,4 @@ In order to access debug mode add simply add __#debug__ at the end of the game's
- Board fade-in effect
- Extensive commenting to make the project's code accessible for beginners
- Extensive documentation
- Press C and see what happens! 😸 (Thanks for reading all the documentation!)
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ Lastly, we should mention the concept of **chording**. When an uncovered square
- ❔button toggles the **help modal**
- 🚩 button toggles **flag mode** (for touchscreens)
- ☀️/🌔 button toggles **dark mode**
- There is an **easter egg** in the game, can you find it? 😸

### Keyboard Controls

Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

| Version | Supported |
| ------- | ------------------ |
| 8.x.x | :white_check_mark: |
| < 8.0.0 | :x: |
| 8.0.1 | :white_check_mark: |
| < 8.0.1 | :x: |

## Reporting a Vulnerability

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "emoji-minesweeper",
"author": "Michael Kolesidis",
"license": "AGPL-3.0-or-later",
"version": "8.0.0",
"version": "8.0.1",
"description": "Minesweeper made with emoji. The most fun way to play minesweeper! 😄",
"private": false,
"type": "module",
Expand Down

0 comments on commit 929f461

Please sign in to comment.