From 0597e5f25932ed7aa4747e25e9e8d04d26044135 Mon Sep 17 00:00:00 2001 From: Jaewook Ahn Date: Mon, 11 Oct 2021 21:39:53 +0900 Subject: [PATCH] Bump up extension version to 1.0.7 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 37dcc46..d87c8bb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "주소검색", - "version": "1.0.6", + "version": "1.0.7", "description": "대한민국 주소검색 확장 프로그램", "author": "Jaewook Ahn", "icons": { diff --git a/package.json b/package.json index 52abb4d..bda399c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kor-address-extension", - "version": "1.0.6", + "version": "1.0.7", "main": "dist/index.js", "repository": "git@github.com:Jaewoook/kor-address-extension.git", "author": "Jaewook Ahn ",