From cc49d3f97bb6d4f436a3535a1466586c27e26744 Mon Sep 17 00:00:00 2001 From: yjkwon07 Date: Sun, 6 Jun 2021 16:50:19 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20=EB=B2=84=EC=A0=84=20=EC=A0=95?= =?UTF-8?q?=EB=B3=B4=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8=201.1.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 2 +- package.json | 2 +- public/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9eda8ec5..7a9fa044 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "urlink-chrome-extension", - "version": "1.0.0", + "version": "1.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a63b91af..7ede8715 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "urlink-chrome-extension", - "version": "1.1.3", + "version": "1.1.4", "private": true, "dependencies": { "@craco/craco": "^6.1.1", diff --git a/public/manifest.json b/public/manifest.json index 3bed2a72..4491bd51 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { "name": "urLink", - "version": "1.1.3", + "version": "1.1.4", "manifest_version": 2, "description": "url collection", "permissions": ["tabs", "", "identity", "history", "notifications"],