diff --git a/package.json b/package.json index 90682b0..28c3b62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hitomi-downloader-extension", - "version": "1.2.0", + "version": "1.2.1", "scripts": { "dev": "vite", "build": "tsc && vite build", @@ -23,4 +23,4 @@ "typescript": "^4.6.3", "vite": "^2.9.9" } -} +} \ No newline at end of file diff --git a/public/manifest.json b/public/manifest.json index 66b307f..571bbc6 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.0", + "version": "1.2.1", "manifest_version": 3, "action": { "default_popup": "index.html"