Skip to content

Commit

Permalink
bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mroth committed Feb 29, 2016
1 parent be3cebf commit 8f0a917
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ USAGE:
slacknimate [options]
VERSION:
1.0.0-alpha
1.0.0
COMMANDS:
help, h Shows a list of commands or help for one command
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func main() {
app := cli.NewApp()
app.Name = "slacknimate"
app.Usage = "text animation for Slack messages"
app.Version = "1.0.0-alpha"
app.Version = "1.0.0"
app.UsageText = "slacknimate [options]"
app.Flags = []cli.Flag{
cli.StringFlag{
Expand Down

0 comments on commit 8f0a917

Please sign in to comment.