Skip to content

Commit

Permalink
v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
basil-conto committed Nov 24, 2018
1 parent ee077c4 commit 916c3da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ News](https://news.ycombinator.com/). It uses a HTTP

## Interface

Version 0.4.0 of the `hackernews` package is able to fetch stories
Version 0.5.0 of the `hackernews` package is able to fetch stories
from six different Hacker News feeds, namely top, new, best, ask, show
and job stories. The default feed is top stories, which corresponds
to the Hacker News homepage.
Expand Down
2 changes: 1 addition & 1 deletion hackernews-pkg.el
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(define-package "hackernews" "0.4.0"
(define-package "hackernews" "0.5.0"
"Access the Hacker News aggregator from Emacs"
'((json "1.2")))
2 changes: 1 addition & 1 deletion hackernews.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: Lincoln de Sousa <lincoln@comum.org>
;; Maintainer: Basil L. Contovounesios <contovob@tcd.ie>
;; Keywords: comm hypermedia news
;; Version: 0.4.0
;; Version: 0.5.0
;; Homepage: https://github.com/clarete/hackernews.el

;; This program is free software; you can redistribute it and/or modify
Expand Down

0 comments on commit 916c3da

Please sign in to comment.