diff --git a/README.md b/README.md index 84970d1..f053047 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ News](https://news.ycombinator.com/). It uses a HTTP ## Interface -Version 0.5.0 of the `hackernews` package is able to fetch stories +Version 0.6.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. @@ -171,7 +171,7 @@ possibility for mitigation can be investigated. ## License -Copyright (C) 2012-2019 The Hackernews.el Authors +Copyright (C) 2012-2020 The Hackernews.el Authors This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/hackernews.el b/hackernews.el index 7ea5ee0..01abb45 100644 --- a/hackernews.el +++ b/hackernews.el @@ -1,11 +1,11 @@ ;;; hackernews.el --- Hacker News Client for Emacs -*- lexical-binding: t -*- -;; Copyright (C) 2012-2019 The Hackernews.el Authors +;; Copyright (C) 2012-2020 The Hackernews.el Authors ;; Author: Lincoln de Sousa ;; Maintainer: Basil L. Contovounesios ;; Keywords: comm hypermedia news -;; Version: 0.5.0 +;; Version: 0.6.0 ;; Homepage: https://github.com/clarete/hackernews.el ;; This program is free software; you can redistribute it and/or modify