From cb153f3c5aa45bbfca23e500c7eb9184266283c8 Mon Sep 17 00:00:00 2001 From: Jaewook Ahn Date: Sun, 14 Aug 2022 17:02:35 +0900 Subject: [PATCH] Release extension v1.0.9 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index b160569..9fe5925 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "주소검색", - "version": "1.1.0", + "version": "1.0.9", "description": "대한민국 주소검색 확장 프로그램", "author": "Jaewook Ahn", "icons": { diff --git a/package.json b/package.json index 3f2f5bc..4b03fc1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kor-address-extension", - "version": "1.0.7", + "version": "1.0.9", "main": "dist/index.js", "repository": "git@github.com:Jaewoook/kor-address-extension.git", "author": "Jaewook Ahn ",