From 887170d62d2a0566b026a5ff96bd13599432b529 Mon Sep 17 00:00:00 2001 From: Jaewook Ahn Date: Sun, 31 May 2020 22:23:59 +0900 Subject: [PATCH] Update extension version to v1.0.1 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index c85cf84..6af73d7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "주소검색", - "version": "1.0.0", + "version": "1.0.1", "description": "대한민국 주소검색 크롬 확장 프로그램", "icons": { "16": "icons/icon_16.png", diff --git a/package.json b/package.json index fa682a3..7662d69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kor-address-extension", - "version": "1.0.0", + "version": "1.0.1", "main": "dist/index.js", "repository": "git@github.com:Jaewoook/kor-address-extension.git", "author": "Jaewook Ahn ",