Skip to content
This repository was archived by the owner on Jul 8, 2024. It is now read-only.

Commit 18de7ec

Browse files
author
dev-redo
committed
rebase: 버전 1.0.7 업데이트
1 parent 695b262 commit 18de7ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "prosolve",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"main": "index.js",
55
"pretty": "prettier --write \"src/**/*.(ts|tsx)\"",
66
"scripts": {
@@ -118,4 +118,4 @@
118118
"eslint --fix"
119119
]
120120
}
121-
}
121+
}

src/static/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "프로솔브(Pro-Solve)",
33
"description": "제출한 모든 프로그래머스 풀이를 확인할 수 있게 해주는 크롬 익스텐션",
4-
"version": "1.0.6",
4+
"version": "1.0.7",
55
"manifest_version": 3,
66
"icons": {
77
"16": "icon.png",

0 commit comments

Comments
 (0)