Skip to content

Commit 7fdf25c

Browse files
committed
Bump version to 0.4.0
1 parent cc09d8f commit 7fdf25c

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
@@ -12,7 +12,7 @@ import (
1212
const (
1313
appName = "ghq-alfred"
1414
appDesc = "Search your local repos"
15-
appVersion = "0.3.1"
15+
appVersion = "0.4.0"
1616
)
1717

1818
var (

resources/info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ bitbucket logo
296296
<string>/usr/local/bin/ghq</string>
297297
</dict>
298298
<key>version</key>
299-
<string>0.3.1</string>
299+
<string>0.4.0</string>
300300
<key>webaddress</key>
301301
<string>https://www.poyo.info/</string>
302302
</dict>

0 commit comments

Comments
 (0)