From 62c8d517c6e0750aa08c31ed71834bac1aed2778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?So=CC=88ren=20Hentzschel?= Date: Sat, 26 Jan 2019 23:00:38 +0100 Subject: [PATCH] bumped version number to 3.1.0 --- package-lock.json | 2 +- package.json | 2 +- src/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 22099de..43faaea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bookmarkchecker", - "version": "3.0.0", + "version": "3.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2b84487..2ec1013 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bookmarkchecker", - "version": "3.0.0", + "version": "3.1.0", "description": "With the Bookmarks Organizer it's easy to put order in your bookmarks. The Bookmarks Organizer finds no longer working bookmarks, redirects, duplicates and more!", "author": { "name": "Sören Hentzschel", diff --git a/src/manifest.json b/src/manifest.json index 1a4be6d..2eb82f9 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "__MSG_extension_name__", - "version": "3.0.0", + "version": "3.1.0", "description": "__MSG_extension_description__", "icons": { "48": "images/icon.svg"