From bf1472907e04a759eed2aaf41829db88271e9304 Mon Sep 17 00:00:00 2001 From: Girish Patil Date: Thu, 17 Jan 2019 14:06:49 +0530 Subject: [PATCH] Bump version to 0.0.6 --- chrome/manifest.json | 2 +- firefox/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/manifest.json b/chrome/manifest.json index 55b011e..346e4e8 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -1,7 +1,7 @@ { "name": "Hashnode — The Dev Community", "manifest_version": 2, - "version": "0.0.5", + "version": "0.0.6", "description": "Hashnode Chrome Extension to read hot discussions and stories. Stay up-to-date with what's happening in the developer's community.", "permissions": [], "background": {}, diff --git a/firefox/manifest.json b/firefox/manifest.json index 05b3e26..d977d3d 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -1,7 +1,7 @@ { "name": "Hashnode — The Dev Community", "manifest_version": 2, - "version": "0.0.1", + "version": "0.0.6", "description": "Hashnode Firefox Extension to read hot discussions and stories. Stay up-to-date with what's happening in the developer's community.", "permissions": [], "short_name": "Hashnode",