Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
basil-conto committed Jan 13, 2024
1 parent 6c39516 commit 60dbfc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ News](https://news.ycombinator.com/). It uses a HTTP

## Interface

Version 0.6.1 of the `hackernews` package is able to fetch stories
Version 0.7.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 Expand Up @@ -173,7 +173,7 @@ possibility for mitigation can be investigated.

## License

Copyright (C) 2012-2023 The Hackernews.el Authors
Copyright (C) 2012-2024 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
Expand Down
6 changes: 3 additions & 3 deletions hackernews.el
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
;;; hackernews.el --- Hacker News Client for Emacs -*- lexical-binding: t -*-

;; Copyright (C) 2012-2023 The Hackernews.el Authors
;; Copyright (C) 2012-2024 The Hackernews.el Authors

;; Author: Lincoln de Sousa <[email protected]>
;; Maintainer: Basil L. Contovounesios <[email protected]>
;; Keywords: comm hypermedia news
;; Version: 0.6.1
;; Homepage: https://github.com/clarete/hackernews.el
;; Version: 0.7.0
;; URL: https://github.com/clarete/hackernews.el

;; 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
Expand Down

0 comments on commit 60dbfc7

Please sign in to comment.