We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc09d8f commit 7fdf25cCopy full SHA for 7fdf25c
main.go
@@ -12,7 +12,7 @@ import (
12
const (
13
appName = "ghq-alfred"
14
appDesc = "Search your local repos"
15
- appVersion = "0.3.1"
+ appVersion = "0.4.0"
16
)
17
18
var (
resources/info.plist
@@ -296,7 +296,7 @@ bitbucket logo
296
<string>/usr/local/bin/ghq</string>
297
</dict>
298
<key>version</key>
299
- <string>0.3.1</string>
+ <string>0.4.0</string>
300
<key>webaddress</key>
301
<string>https://www.poyo.info/</string>
302
0 commit comments