From c36c8ef6e4b1aae393e7773dadb635f3c42bc7a5 Mon Sep 17 00:00:00 2001 From: HuiiBuh Date: Sat, 29 May 2021 20:31:36 +0200 Subject: [PATCH] Version 4.4.6 --- docs/_includes/changelog.md | 12 ++++++++++++ src/manifest_chrome.json | 2 +- src/manifest_firefox.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/_includes/changelog.md b/docs/_includes/changelog.md index da5d75b..542fff8 100644 --- a/docs/_includes/changelog.md +++ b/docs/_includes/changelog.md @@ -1,8 +1,20 @@ +### Version 4.4.6 + +`29.05.2021` + +#### Fixes: + ++ Changed the icon and the name, to prevent instagram copyright strike + +--- + ### Version 4.4.5 #### Fixes: + + Made the download more robust +--- ### Version 4.4.4 diff --git a/src/manifest_chrome.json b/src/manifest_chrome.json index eb85246..c501c8b 100644 --- a/src/manifest_chrome.json +++ b/src/manifest_chrome.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "IG Downloader", "description": "Open Source und privacy conscious Instagram Downloader, which downloads images, videos, Instagram stories and IGTV.", - "version": "4.4.5", + "version": "4.4.6", "icons": { "512": "icons/instagram.png" }, diff --git a/src/manifest_firefox.json b/src/manifest_firefox.json index 156a812..9118bed 100644 --- a/src/manifest_firefox.json +++ b/src/manifest_firefox.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "IG Downloader", - "version": "4.4.5", + "version": "4.4.6", "icons": { "512": "icons/instagram.png" },