Skip to content
This repository has been archived by the owner on Mar 18, 2020. It is now read-only.

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Cooper committed Jan 15, 2016
1 parent d75adcf commit 9f50b6c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Usage

piepan v0.8.0
piepan v0.9.0
usage: piepan [options] [script files]
an easy to use framework for writing Mumble bots using Lua
-access-token value
Expand Down Expand Up @@ -202,7 +202,7 @@ Object containing each connected user on the server, with the keys being the ses

## Changelog

- Next
- 0.9.0 (2016-01-15)
- Add "stream" event.
- Fix `piepan.Timer.New` not being exposed
- 0.8.1 (2015-12-16)
Expand Down
2 changes: 1 addition & 1 deletion cmd/piepan/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func main() {
flag.Var(&accessTokens, "access-token", "server access token (can be defined multiple times)")

flag.Usage = func() {
fmt.Fprintf(os.Stderr, "piepan v0.8.1\n")
fmt.Fprintf(os.Stderr, "piepan v0.9.0\n")
fmt.Fprintf(os.Stderr, "usage: %s [options] [script files]\n", os.Args[0])
fmt.Fprintf(os.Stderr, "an easy to use framework for writing Mumble bots using Lua\n")
flag.PrintDefaults()
Expand Down

0 comments on commit 9f50b6c

Please sign in to comment.