Skip to content

Commit

Permalink
update version to 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ifedapoolarewaju committed Apr 18, 2022
1 parent 31e27c7 commit e49163a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e49163a

Please sign in to comment.