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

Commit

Permalink
rebase: 버전 1.0.7 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-redo committed Nov 24, 2022
1 parent 695b262 commit 18de7ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prosolve",
"version": "1.0.6",
"version": "1.0.7",
"main": "index.js",
"pretty": "prettier --write \"src/**/*.(ts|tsx)\"",
"scripts": {
Expand Down Expand Up @@ -118,4 +118,4 @@
"eslint --fix"
]
}
}
}
2 changes: 1 addition & 1 deletion src/static/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "프로솔브(Pro-Solve)",
"description": "제출한 모든 프로그래머스 풀이를 확인할 수 있게 해주는 크롬 익스텐션",
"version": "1.0.6",
"version": "1.0.7",
"manifest_version": 3,
"icons": {
"16": "icon.png",
Expand Down

0 comments on commit 18de7ec

Please sign in to comment.