Skip to content

Commit 6a3d98f

Browse files
committed
Release 0.1.2
1 parent c3545e2 commit 6a3d98f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ before_deploy:
2525
- cp resources/info.plist $TRAVIS_BUILD_DIR/dist/
2626
- cp -r resources $TRAVIS_BUILD_DIR/dist/
2727
- cd $TRAVIS_BUILD_DIR/dist
28-
- zip ghq-alfred.alfredworkflow ./*
28+
- zip -r ghq-alfred.alfredworkflow ./*
2929

3030
deploy:
3131
provider: releases

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.1"
16+
app.Version = "0.1.2"
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.1</string>
295+
<string>0.1.2</string>
296296
<key>webaddress</key>
297297
<string>https://www.poyo.info/</string>
298298
</dict>

0 commit comments

Comments
 (0)