diff --git a/package.json b/package.json index 28c3b62..9c1d833 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hitomi-downloader-extension", - "version": "1.2.1", + "version": "1.2.2", "scripts": { "dev": "vite", "build": "tsc && vite build", diff --git a/public/manifest.json b/public/manifest.json index 571bbc6..c4d0b0f 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "name": "Hitomi Downloader extension", "description": "Download directly from the web!", - "version": "1.2.1", + "version": "1.2.2", "manifest_version": 3, "action": { "default_popup": "index.html" diff --git a/src/App.tsx b/src/App.tsx index 0e1db97..1bcd0f5 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -29,14 +29,14 @@ const Footer = () => { color="white" p={6} > - + Made with{' '} 💖 {' '} by Saebasol - + { isClosable: true, }); console.log(`err: ${response.status}`); - console.log(`resp: ${response.text()}`); + console.log(`resp: ${JSON.stringify(await response.text())}`); } }); }; @@ -229,7 +229,7 @@ const ExtendMode = ({ version }: { version: string }) => { height="400px" >