From 18de7ec988e8d15c42d01f806bdfb7d9cf80e725 Mon Sep 17 00:00:00 2001 From: dev-redo Date: Thu, 24 Nov 2022 22:08:40 +0900 Subject: [PATCH] =?UTF-8?q?rebase:=20=EB=B2=84=EC=A0=84=201.0.7=20?= =?UTF-8?q?=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- src/static/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 23968ec..a8c77dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prosolve", - "version": "1.0.6", + "version": "1.0.7", "main": "index.js", "pretty": "prettier --write \"src/**/*.(ts|tsx)\"", "scripts": { @@ -118,4 +118,4 @@ "eslint --fix" ] } -} \ No newline at end of file +} diff --git a/src/static/manifest.json b/src/static/manifest.json index c353bae..1731ed1 100644 --- a/src/static/manifest.json +++ b/src/static/manifest.json @@ -1,7 +1,7 @@ { "name": "프로솔브(Pro-Solve)", "description": "제출한 모든 프로그래머스 풀이를 확인할 수 있게 해주는 크롬 익스텐션", - "version": "1.0.6", + "version": "1.0.7", "manifest_version": 3, "icons": { "16": "icon.png",