Skip to content

Commit

Permalink
Merge pull request #4 from pddg/release/0.3.1
Browse files Browse the repository at this point in the history
Bump version 0.3.1
  • Loading branch information
pddg authored Dec 1, 2019
2 parents 1f12544 + 6f19b2b commit 68d8e24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func main() {
app := cli.NewApp()
app.Name = "ghq-alfred"
app.Usage = "Search your local repos"
app.Version = "0.3.0"
app.Version = "0.3.1"
app.Action = func(c *cli.Context) error {
resp := model.NewResponse()
query := strings.Trim(c.Args()[0], " \n")
Expand Down
2 changes: 1 addition & 1 deletion resources/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ bitbucket logo
<string>/usr/local/bin/ghq</string>
</dict>
<key>version</key>
<string>0.1.2</string>
<string>0.3.1</string>
<key>webaddress</key>
<string>https://www.poyo.info/</string>
</dict>
Expand Down

0 comments on commit 68d8e24

Please sign in to comment.