From 4a0b45cc776b4e8558e974620096025761a29ae1 Mon Sep 17 00:00:00 2001 From: Damien HERBERT Date: Tue, 22 Aug 2023 19:18:55 +0200 Subject: [PATCH] release v0.7.2-beta --- README.md | 6 +++--- manifest.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cea6fbb..afca377 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,9 @@ On the episode page, it adds a setting to change the audio language. ## Manual Install -- Firefox: Download the [xpi release](https://github.com/Dragicafit/Crunchyroll-With-Better-Seasons/releases/download/v0.7.1-beta/Crunchyroll-With-Better-Seasons.xpi), go to `about:debugging#/runtime/this-firefox`, click on `Load Temporay Add-on...` and select the xpi file. -- Chromium: Download the [crx release](https://github.com/Dragicafit/Crunchyroll-With-Better-Seasons/releases/download/v0.7.1-beta/Crunchyroll-With-Better-Seasons.crx), go to `chrome://extensions`, enable debugging, drag and drop the crx file. -- Chrome: Download the [crx release](https://github.com/Dragicafit/Crunchyroll-With-Better-Seasons/releases/download/v0.7.1-beta/Crunchyroll-With-Better-Seasons.crx), go to `chrome://extensions`, enable debugging, drag and drop the crx file. +- Firefox: Download the [xpi release](https://github.com/Dragicafit/Crunchyroll-With-Better-Seasons/releases/download/v0.7.2-beta/Crunchyroll-With-Better-Seasons.xpi), go to `about:debugging#/runtime/this-firefox`, click on `Load Temporay Add-on...` and select the xpi file. +- Chromium: Download the [crx release](https://github.com/Dragicafit/Crunchyroll-With-Better-Seasons/releases/download/v0.7.2-beta/Crunchyroll-With-Better-Seasons.crx), go to `chrome://extensions`, enable debugging, drag and drop the crx file. +- Chrome: Download the [crx release](https://github.com/Dragicafit/Crunchyroll-With-Better-Seasons/releases/download/v0.7.2-beta/Crunchyroll-With-Better-Seasons.crx), go to `chrome://extensions`, enable debugging, drag and drop the crx file. ## Developing or debugging the extension diff --git a/manifest.json b/manifest.json index b71cd0a..ce263ac 100755 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Crunchyroll With Better Seasons", "description": "Instead of having multiple seasons as DUBS, change audio language directly from the episode.", - "version": "0.7.1", + "version": "0.7.2", "author": "Dragicafit", "icons": { "48": "src/icons/icon.svg",