diff --git a/ext/manifest.json b/ext/manifest.json index ab9553e..914daaf 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -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", diff --git a/project.clj b/project.clj index 9eab15d..f68047e 100644 --- a/project.clj +++ b/project.clj @@ -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"