diff --git a/build/release-notes-linux.md b/build/release-notes-linux.md index 1f85484..4e67ec0 100644 --- a/build/release-notes-linux.md +++ b/build/release-notes-linux.md @@ -1,2 +1 @@ -* Updated dependencies including electron@3.0.6 -* Improve context menu options for copying and downloading links \ No newline at end of file +* Updated dependencies including electron@4.0.4 \ No newline at end of file diff --git a/build/release-notes-mac.md b/build/release-notes-mac.md index 1f85484..219949d 100644 --- a/build/release-notes-mac.md +++ b/build/release-notes-mac.md @@ -1,2 +1,2 @@ -* Updated dependencies including electron@3.0.6 -* Improve context menu options for copying and downloading links \ No newline at end of file +* Updated dependencies including electron@4.0.4 +* Enable macOS Mojave dark mode \ No newline at end of file diff --git a/build/release-notes-windows.md b/build/release-notes-windows.md index 1f85484..4e67ec0 100644 --- a/build/release-notes-windows.md +++ b/build/release-notes-windows.md @@ -1,2 +1 @@ -* Updated dependencies including electron@3.0.6 -* Improve context menu options for copying and downloading links \ No newline at end of file +* Updated dependencies including electron@4.0.4 \ No newline at end of file diff --git a/package.json b/package.json index bb45e53..3e60bda 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "repository": "https://github.com/irccloud/irccloud-desktop", "license": "Apache-2.0", - "version": "0.8.0", + "version": "0.9.0", "main": "app/main.js", "scripts": { "postinstall": "electron-builder install-app-deps",