From 47632aee7e926564c80cdc5eeca49d4fc9751b20 Mon Sep 17 00:00:00 2001 From: Guillaume Vincent Date: Mon, 24 Apr 2017 17:58:53 +0200 Subject: [PATCH] 2.4.5 --- extension/manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/manifest.json b/extension/manifest.json index 78f91b1..257c864 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -2,7 +2,7 @@ "description": "chrome and firefox web extension for lesspass password manager", "manifest_version": 2, "name": "LessPass", - "version": "2.4.4", + "version": "2.4.5", "homepage_url": "https://github.com/lesspass/webextension", "icons": { "64": "icons/logo-64.png" diff --git a/package.json b/package.json index 419845e..a996089 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lesspass-webextension", "description": "chrome and firefox web extension for LessPass", - "version": "2.4.4", + "version": "2.4.5", "license": "GPL-3.0", "author": "Guillaume Vincent ", "scripts": {