From 42c3f76dae869638df09a79623dda290ee37d907 Mon Sep 17 00:00:00 2001 From: Damien HERBERT Date: Fri, 14 Jan 2022 18:58:52 +0100 Subject: [PATCH] release v0.4.1-beta --- README.md | 6 +++--- manifest.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 29438de..1f610ee 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ This extension allows you to enjoy your favorite anime on Crunchyroll, Funimatio ## Manual Install -- Firefox: Download the [xpi release](https://github.com/Dragicafit/Anime-Watch-Parties/releases/download/v0.4.0-beta/Anime-Watch-Parties.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/Anime-Watch-Parties/releases/download/v0.4.0-beta/Anime-Watch-Parties.crx), go to `chrome://extensions`, enable debugging, drag and drop the crx file. -- Chrome: Download the [crx release](https://github.com/Dragicafit/Anime-Watch-Parties/releases/download/v0.4.0-beta/Anime-Watch-Parties.crx), go to `chrome://extensions`, enable debugging, drag and drop the crx file. +- Firefox: Download the [xpi release](https://github.com/Dragicafit/Anime-Watch-Parties/releases/download/v0.4.1-beta/Anime-Watch-Parties.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/Anime-Watch-Parties/releases/download/v0.4.1-beta/Anime-Watch-Parties.crx), go to `chrome://extensions`, enable debugging, drag and drop the crx file. +- Chrome: Download the [crx release](https://github.com/Dragicafit/Anime-Watch-Parties/releases/download/v0.4.1-beta/Anime-Watch-Parties.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 a40beb6..24b0bc7 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Anime Watch Parties", "description": "A cross-platform extension that synchronizes videos on major anime websites.", - "version": "0.4.0", + "version": "0.4.1", "author": "Dragicafit", "icons": { "48": "src/icons/activate.svg", diff --git a/package.json b/package.json index fd0a84d..17f0916 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "anime-watch-parties", - "version": "0.4.0", + "version": "0.4.1", "description": "A cross-platform extension that synchronizes videos on major anime websites.", "scripts": { "start": "ts-node --project src/server/tsconfig.json src/server/server.ts",