Skip to content

Commit

Permalink
Bump version to 1.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpereira committed Nov 10, 2018
1 parent 03b9cdf commit 57c481f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.1.1][v1.1.1]] (2018-11-10)
*** Improvements
- Added LICENSE.

** [[https://github.com/mpereira/tty-solitaire/releases/tag/v1.1.0][v1.1.0]] (2018-08-12)
*** Features
- ~M~ and ~N~ select and deselect (respectively) all cards in a stack. [[https://github.com/mpereira/tty-solitaire/pull/20][(#20]])
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.1.0
VERSION = 1.1.1

CC ?= gcc
CFLAGS ?= -g
Expand Down

0 comments on commit 57c481f

Please sign in to comment.