From f38df3ac9d49e5e804e01d7cbc89b6b39c89f4f8 Mon Sep 17 00:00:00 2001 From: HuiiBuh Date: Sat, 10 Apr 2021 11:48:45 +0200 Subject: [PATCH] Version 4.3.0 --- src/manifest_chrome.json | 2 +- src/manifest_firefox.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/manifest_chrome.json b/src/manifest_chrome.json index 1168df2..a68a2c2 100644 --- a/src/manifest_chrome.json +++ b/src/manifest_chrome.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Instagram Downloader", "description": "Open Source und privacy conscious Instagram Downloader, which downloads images, videos, Instagram stories and IGTV.", - "version": "4.2.3", + "version": "4.3.0", "icons": { "512": "icons/instagram.png" }, diff --git a/src/manifest_firefox.json b/src/manifest_firefox.json index ae502fe..e63913c 100644 --- a/src/manifest_firefox.json +++ b/src/manifest_firefox.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Instagram Downloader", - "version": "4.2.3", + "version": "4.3.0", "icons": { "512": "icons/instagram.png" },