Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mpereira committed Sep 3, 2021
1 parent 9d32aae commit 4875f34
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

* CHANGELOG

** [[https://github.com/mpereira/tty-solitaire/releases/tag/v1.3.0][v1.3.1]] (2021-09-03)
*** Improvements
- Made only executable basename be shown in shell output. [[https://github.com/mpereira/tty-solitaire/pull/60][(#60)]]

** [[https://github.com/mpereira/tty-solitaire/releases/tag/v1.3.0][v1.3.0]] (2020-06-01)
*** Features
- [[https://en.wikipedia.org/wiki/Four-color_deck][Four-color deck]] mode via =--four-color-deck=. [[https://github.com/mpereira/tty-solitaire/pull/43][(#43)]]
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 1.3.0
VERSION = 1.3.1

CC ?= gcc
CFLAGS ?= -g
Expand Down
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@

**** Install tty-solitaire
#+begin_src bash
wget -O tty-solitaire-v1.3.0.tar.gz https://github.com/mpereira/tty-solitaire/archive/v1.3.0.tar.gz
tar xvf tty-solitaire-v1.3.0.tar.gz
cd tty-solitaire-1.3.0
wget -O tty-solitaire-v1.3.1.tar.gz https://github.com/mpereira/tty-solitaire/archive/v1.3.1.tar.gz
tar xvf tty-solitaire-v1.3.1.tar.gz
cd tty-solitaire-1.3.1
make
sudo make install
#+end_src
Expand Down

0 comments on commit 4875f34

Please sign in to comment.