Skip to content

Commit

Permalink
prepare for 1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
saidone75 committed Apr 20, 2022
1 parent 76a367e commit fee0d5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Live version [here](http://wa-tor.saidone.org)
* spacebar or "two fingers tap" to pause/resume the game
* "C" or "swipe left" to clear the board and pause the game
* "R" or "swipe right" to reset the board with the current parameters
* "H" or "swipe up" to toggle the control panel
* "P" or "swipe up" to toggle the control panel
* "S" or "long touch" (> 2s) to show statistics

When paused click on a square to cycle between water >>> fish >>> shark
Expand All @@ -39,7 +39,7 @@ $ lein do clean, fig:min, assemble
[Figwheel] figwheel-main.edn is valid \(ツ)/
[Figwheel] Compiling build wa-tor to "resources/public/wa-tor.js"
[...]
Writing target -> wa-tor-1.3-archive.tgz
Writing target -> wa-tor-1.4-archive.tgz
Done creating assembly
```

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject wa-tor "1.4-SNAPSHOT"
(defproject wa-tor "1.4"
:description "A population dynamics simulation devised by A.K. Dewdney."
:url "http://wa-tor.saidone.org"
:license {:name "MIT"
Expand Down

0 comments on commit fee0d5f

Please sign in to comment.