Prepare 1.1.1

This commit is contained in:
Marcin Kulik
2015-06-21 17:58:14 +02:00
parent 0012d2c393
commit 56ee75405b
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# asciinema changelog
## 1.1.1 (2015-06-21)
* Fixed putting terminal in raw mode (fixes ctrl-o in nano)
## 1.1.0 (2015-05-25)
* `--max-wait` option is now also available for `play` command

View File

@@ -12,7 +12,7 @@ import (
"github.com/asciinema/asciinema/util"
)
const Version = "1.1.0"
const Version = "1.1.1"
var GitCommit string // initialized during build