From 12c2748a7348cb278a2679d94a5c23b7d1e13348 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Tue, 6 Feb 2018 13:48:43 -0500 Subject: [PATCH] Update version numbers --- ext/manifest.json | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"