From 5b756e31778783da28f65e0ccbeda07ba47c80d3 Mon Sep 17 00:00:00 2001 From: Yasuaki Uechi Date: Tue, 5 Dec 2017 10:40:35 +0900 Subject: [PATCH] version bump: 2.1.0 --- Polyglot.safariextension/Info.plist | 6 +++--- docs/manifest.plist | 4 ++-- package.json | 1 - 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Polyglot.safariextension/Info.plist b/Polyglot.safariextension/Info.plist index 7a5193b..6d1f4af 100644 --- a/Polyglot.safariextension/Info.plist +++ b/Polyglot.safariextension/Info.plist @@ -9,13 +9,13 @@ CFBundleDisplayName Polyglot CFBundleIdentifier - co.randompaper.safari.polyglot + io.uechi.safari.polyglot CFBundleInfoDictionaryVersion 6.0 CFBundleShortVersionString - 2.0.1 + 2.1.0 CFBundleVersion - 2.0.1 + 2.1.0 Chrome Context Menu Items diff --git a/docs/manifest.plist b/docs/manifest.plist index 1822ac2..52361e2 100644 --- a/docs/manifest.plist +++ b/docs/manifest.plist @@ -10,9 +10,9 @@ Developer Identifier 58XDWHK3JX CFBundleVersion - 2.0.1 + 2.1.0 CFBundleShortVersionString - 2.0.1 + 2.1.0 URL https://github.com/uetchy/Polyglot/releases/download/v2.0.1/Polyglot.safariextz Update From Gallery diff --git a/package.json b/package.json index 9e68844..9999067 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,5 @@ { "name": "Polyglot", - "version": "2.1.0", "private": true, "scripts": { "start": "webpack -w",