Commit 496c791a by Iwasaki Yudai

Release v0.0.2

* Added the `-c` option for Basic Authentication by @mattn
* Experimental 32 bit support
* Switch to Go1.5
1 parent 4b39b4a3
Showing with 1 additions and 1 deletions
......@@ -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{
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!