From e49163aa0eb5e14b5a4325c807603cdc6420ed24 Mon Sep 17 00:00:00 2001 From: ifedapoolarewaju Date: Mon, 18 Apr 2022 10:00:27 +0100 Subject: [PATCH] update version to 3.0.4 --- CHANGELOG.md | 5 +++++ package.json | 2 +- publish.sh | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff209c1b..4d74f9e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### 3.0.4 / 2022-04-18 ### + +* Fix login flow from return 404 errors (thank you @jeancaffou) +* Fix broken media messages (thank you @7urkm3n) + ### 3.0.3 / 2021-05-29 ### * Fix broken images (thank you @7urkm3n) diff --git a/package.json b/package.json index ef2b8a94..c7a92897 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "IGdm", - "version": "3.0.3", + "version": "3.0.4", "description": "Desktop application for Instagram DMs", "main": "main/main.js", "husky": { diff --git a/publish.sh b/publish.sh index 23f875ad..6a750092 100644 --- a/publish.sh +++ b/publish.sh @@ -7,4 +7,4 @@ if [ -z "$GH_TOKEN" ]; then fi # This will build, package and upload the app to GitHub. -node_modules/.bin/build -mwl --x64 --ia32 -p always +node_modules/.bin/electron-builder -mwl --x64 -p always