Bump version to 1.1.1.

This commit is contained in:
Murilo Pereira 2018-11-10 05:57:38 +01:00
parent 03b9cdf9c1
commit 57c481f506
2 changed files with 5 additions and 1 deletions

View File

@ -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]])

View File

@ -1,4 +1,4 @@
VERSION = 1.1.0
VERSION = 1.1.1
CC ?= gcc
CFLAGS ?= -g