We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98751e2 commit a08b081Copy full SHA for a08b081
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"name": "Chzzk Plus",
3
"description": "네이버 스트리밍 서비스 Chzzk Plus",
4
- "version": "1.3.5",
+ "version": "1.3.6",
5
"manifest_version": 3,
6
"icons": {
7
"16": "icon16.png",
package.json
"name": "chzzk-plus",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
src/App.tsx
@@ -212,7 +212,7 @@ function App() {
212
213
<hr />
214
215
- <p className="version">v1.3.5</p>
+ <p className="version">v1.3.6</p>
216
</div>
217
);
218
}
0 commit comments