Update version number and changelog

This commit is contained in:
Jeremy Dormitzer 2018-02-06 15:02:12 -05:00
parent 1b2b0a4fee
commit 51cb6f1074
No known key found for this signature in database
GPG Key ID: 04F17C0F5A32C320
3 changed files with 8 additions and 3 deletions

View File

@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This change
## [Unreleased]
## [1.1.1]
### Changed
- Comments are now sorted by total number of descendant comments, not just number of immediate children.
## [1.1.0]
### Fixed
- Pointed the Firefox Add-On Store link in the readme to the right URL.
@ -23,7 +27,8 @@ All notable changes to this project will be documented in this file. This change
- Functionality to fetch and display Hacker News comments for the current URL.
- Analytics through [Amplitude](https://amplitude.com).
[Unreleased]:https://github.com/jdormit/looped-in/compare/v1.1.0...HEAD
[Unreleased]:https://github.com/jdormit/looped-in/compare/v1.1.1...HEAD
[1.1.1]: https://github.com/jdormit/looped-in/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/jdormit/looped-in/compare/v1.0.1...v1.0.0
[1.0.1]: https://github.com/jdormit/looped-in/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/jdormit/looped-in/compare/9bf8d142c6a49b743da4b97574dfed0797dd5b2f...v1.0.0

View File

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Looped In",
"version": "1.1.0",
"version": "1.1.1",
"description": "Shows conversations on Hacker News about the current web page",
"icons": {
"16": "icons/icon16.png",

View File

@ -1,4 +1,4 @@
(defproject conversations-extension "1.1.0"
(defproject conversations-extension "1.1.1"
:description "A browser extension that display Hackers News comments for the current web page"
:url "https://github.com/jdormit/looped-in"
:license {:name "GNU General Public License"