Update version numbers

This commit is contained in:
Jeremy Dormitzer 2018-02-06 13:48:43 -05:00
parent d056fd432d
commit 12c2748a73
No known key found for this signature in database
GPG Key ID: 04F17C0F5A32C320
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Looped In",
"version": "1.0.1",
"version": "1.1.0",
"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.0.1"
(defproject conversations-extension "1.1.0"
: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"