Skip to content

Commit

Permalink
release: v1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kyechan99 committed Nov 13, 2024
1 parent 98751e2 commit a08b081
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Chzzk Plus",
"description": "네이버 스트리밍 서비스 Chzzk Plus",
"version": "1.3.5",
"version": "1.3.6",
"manifest_version": 3,
"icons": {
"16": "icon16.png",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "chzzk-plus",
"private": true,
"version": "1.3.5",
"version": "1.3.6",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ function App() {

<hr />

<p className="version">v1.3.5</p>
<p className="version">v1.3.6</p>
</div>
);
}
Expand Down

0 comments on commit a08b081

Please sign in to comment.