Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Oct 8, 2014
1 parent ab28f79 commit b414bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hackernews.py
Expand Up @@ -45,6 +45,6 @@ def refresh(wf):
if __name__ == '__main__':
wf = Workflow(update_settings={
'github_slug': 'fniephaus/alfred-hackernews',
'version': 'v0.9',
'version': 'v0.9.1',
})
sys.exit(wf.run(main))

0 comments on commit b414bcf

Please sign in to comment.