From 930a227a6922a4f4efd464ea08a6cc5172b49c7e Mon Sep 17 00:00:00 2001 From: James Wheare Date: Wed, 4 Jul 2018 11:00:36 +0100 Subject: [PATCH] v0.7.2 version bump and changelog --- build/release-notes-linux.md | 2 +- build/release-notes-mac.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/release-notes-linux.md b/build/release-notes-linux.md index a5470a0..d489263 100644 --- a/build/release-notes-linux.md +++ b/build/release-notes-linux.md @@ -1 +1 @@ -* Updated dependencies including a fix for AppImage builds (#121) \ No newline at end of file +* Updated dependencies \ No newline at end of file diff --git a/build/release-notes-mac.md b/build/release-notes-mac.md index d489263..bf1ae2e 100644 --- a/build/release-notes-mac.md +++ b/build/release-notes-mac.md @@ -1 +1 @@ -* Updated dependencies \ No newline at end of file +* Updated dependencies including a fix for a crash on macOS Yosemite \ No newline at end of file diff --git a/package.json b/package.json index b4601fd..e46d4d4 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "repository": "https://github.com/irccloud/irccloud-desktop", "license": "Apache-2.0", - "version": "0.7.1", + "version": "0.7.2", "main": "app/main.js", "scripts": { "postinstall": "electron-builder install-app-deps",