From 7a4d6c86dfd60e1843702952ca75b7d3ba005050 Mon Sep 17 00:00:00 2001 From: James Wheare Date: Wed, 10 Apr 2019 09:39:58 +0100 Subject: [PATCH] v0.10.0 version bump and changelog --- build/release-notes-linux.md | 2 +- build/release-notes-mac.md | 3 +-- build/release-notes-windows.md | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/build/release-notes-linux.md b/build/release-notes-linux.md index 4e67ec0..164a286 100644 --- a/build/release-notes-linux.md +++ b/build/release-notes-linux.md @@ -1 +1 @@ -* Updated dependencies including electron@4.0.4 \ No newline at end of file +* Updated dependencies including electron@4.1.4 \ No newline at end of file diff --git a/build/release-notes-mac.md b/build/release-notes-mac.md index 219949d..164a286 100644 --- a/build/release-notes-mac.md +++ b/build/release-notes-mac.md @@ -1,2 +1 @@ -* Updated dependencies including electron@4.0.4 -* Enable macOS Mojave dark mode \ No newline at end of file +* Updated dependencies including electron@4.1.4 \ No newline at end of file diff --git a/build/release-notes-windows.md b/build/release-notes-windows.md index 4e67ec0..164a286 100644 --- a/build/release-notes-windows.md +++ b/build/release-notes-windows.md @@ -1 +1 @@ -* Updated dependencies including electron@4.0.4 \ No newline at end of file +* Updated dependencies including electron@4.1.4 \ No newline at end of file diff --git a/package.json b/package.json index 14f706a..a8cf04b 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "repository": "https://github.com/irccloud/irccloud-desktop", "license": "Apache-2.0", - "version": "0.9.0", + "version": "0.10.0", "main": "app/main.js", "scripts": { "postinstall": "electron-builder install-app-deps",