From dc0af288e488d8a995a953defe7dfe4c1fdc9913 Mon Sep 17 00:00:00 2001 From: Sayan <7rat13@gmail.com> Date: Mon, 4 Jan 2021 14:12:31 +0530 Subject: [PATCH] Bump version. --- src/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index 8079482..fcced2f 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 2, "name": "hnlinks", - "version": "0.3.1", - "description": "hnlinks description", + "version": "0.4.0", + "description": "Browse links in HackerNews threads, fast!", "content_scripts": [{ "matches": ["https://news.ycombinator.com/item*"], "js": ["readmore.js", "content.js"],