Skip to content

Commit

Permalink
set version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Lupino committed Oct 24, 2014
1 parent 5dd5fe2 commit 3a3060d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Install
### Install from binary

# for linux64
wget -O /usr/local/bin/periodic https://github.com/Lupino/periodic/releases/download/0.1.2/periodic
wget -O /usr/local/bin/periodic https://github.com/Lupino/periodic/releases/download/0.1.3/periodic

# for Mac osx
wget -O /usr/local/bin/periodic https://github.com/Lupino/periodic/releases/download/0.1.2/periodic-osx
wget -O /usr/local/bin/periodic https://github.com/Lupino/periodic/releases/download/0.1.3/periodic-osx

# then
chown +x /usr/local/bin/periodic
Expand All @@ -30,7 +30,7 @@ Install
periodic [global options] command [command options] [arguments...]

VERSION:
0.1.2
0.1.3

COMMANDS:
status Show status
Expand Down
2 changes: 1 addition & 1 deletion cmd/periodic/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func main() {
app := cli.NewApp()
app.Name = "periodic"
app.Usage = "Periodic task system"
app.Version = "0.1.2"
app.Version = "0.1.3"
app.Flags = []cli.Flag {
cli.StringFlag{
Name: "H",
Expand Down

0 comments on commit 3a3060d

Please sign in to comment.