From c104c1e006e5caa57f9679d1dc15949c409eba70 Mon Sep 17 00:00:00 2001 From: James Wheare Date: Mon, 15 Jul 2019 13:58:53 +0100 Subject: [PATCH] v0.12.0 version bump and changelog --- build/release-notes-linux.md | 4 ++-- build/release-notes-mac.md | 4 ++-- build/release-notes-windows.md | 3 +-- package.json | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/build/release-notes-linux.md b/build/release-notes-linux.md index 721f6f2..f2fea93 100644 --- a/build/release-notes-linux.md +++ b/build/release-notes-linux.md @@ -1,2 +1,2 @@ -* Updated dependencies including electron@5.0.1 -* Various performance and security improvements \ No newline at end of file +* Updated dependencies including electron@5.0.6 +* Various performance and security improvements diff --git a/build/release-notes-mac.md b/build/release-notes-mac.md index 721f6f2..f2fea93 100644 --- a/build/release-notes-mac.md +++ b/build/release-notes-mac.md @@ -1,2 +1,2 @@ -* Updated dependencies including electron@5.0.1 -* Various performance and security improvements \ No newline at end of file +* Updated dependencies including electron@5.0.6 +* Various performance and security improvements diff --git a/build/release-notes-windows.md b/build/release-notes-windows.md index e4f4e4e..f2fea93 100644 --- a/build/release-notes-windows.md +++ b/build/release-notes-windows.md @@ -1,3 +1,2 @@ -* Updated dependencies including electron@5.0.1 +* Updated dependencies including electron@5.0.6 * Various performance and security improvements -* The app is signed with a new certificate which may result in a security prompt on first run \ No newline at end of file diff --git a/package.json b/package.json index 98e91e4..4e3acd4 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "bugs": { "url": "https://github.com/irccloud/irccloud-desktop/issues" }, - "version": "0.11.0", + "version": "0.12.0", "main": "app/main.js", "homepage": "https://github.com/irccloud/irccloud-desktop", "scripts": {