Skip to content

Commit c3545e2

Browse files
committed
Release 0.1.1
1 parent 4b3a2cc commit c3545e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ func main() {
1313
app := cli.NewApp()
1414
app.Name = "ghq-alfred"
1515
app.Usage = "Search your local repos"
16-
app.Version = "0.1.0"
16+
app.Version = "0.1.1"
1717
app.Action = func(c *cli.Context) error {
1818
resp := model.NewResponse()
1919
query := strings.Trim(c.Args()[0], " \n")

resources/info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ bitbucket logo
292292
<string>/usr/local/bin/ghq</string>
293293
</dict>
294294
<key>version</key>
295-
<string>0.1.0</string>
295+
<string>0.1.1</string>
296296
<key>webaddress</key>
297297
<string>https://www.poyo.info/</string>
298298
</dict>

0 commit comments

Comments
 (0)