Release v0.0.2

* Added the `-c` option for Basic Authentication by @mattn
* Experimental 32 bit support
* Switch to Go1.5
This commit is contained in:
Iwasaki Yudai 2015-08-20 17:25:48 +09:00
parent 4b39b4a390
commit 496c791a68

View File

@ -11,7 +11,7 @@ import (
func main() {
cmd := cli.NewApp()
cmd.Version = "0.0.1"
cmd.Version = "0.0.2"
cmd.Name = "gotty"
cmd.Usage = "Share your terminal as a web application"
cmd.Flags = []cli.Flag{