From 1f9c75959f0322825a0f3ec658765933da723669 Mon Sep 17 00:00:00 2001 From: willings Date: Mon, 16 Dec 2019 00:50:18 -0800 Subject: [PATCH] Update version to 1.0.5 --- src/main/static/chrome/manifest.json | 2 +- src/main/static/firefox/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/static/chrome/manifest.json b/src/main/static/chrome/manifest.json index c79bc18..dc77bd1 100644 --- a/src/main/static/chrome/manifest.json +++ b/src/main/static/chrome/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "DictHub", "author": "DictHub", - "version": "1.0.4", + "version": "1.0.5", "description": "__MSG_appDesc__", "homepage_url": "https://github.com/dicthub", diff --git a/src/main/static/firefox/manifest.json b/src/main/static/firefox/manifest.json index ebd0f2b..44789e0 100644 --- a/src/main/static/firefox/manifest.json +++ b/src/main/static/firefox/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "DictHub", "author": "DictHub", - "version": "1.0.4", + "version": "1.0.5", "description": "__MSG_appDesc__", "homepage_url": "https://github.com/dicthub",