From 6cdcdc85949ddbf342ba3d42e8b00b907141e19c Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Thu, 19 Jul 2018 23:29:54 +0900 Subject: [PATCH] Bump to version 1.5.2 --- package-lock.json | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 875dc555..44f7c318 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "Whalebird", - "version": "1.5.1", + "version": "1.5.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 40181c06..e3fc2032 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Whalebird", - "version": "1.5.1", + "version": "1.5.2", "author": "AkiraFukushima ", "description": "An Electron based Mastodon client for Windows, Mac and Linux", "license": "MIT", @@ -15,8 +15,8 @@ "url": "https://github.com/h3poteto/whalebird-desktop.git" }, "config": { - "buildVersion": "30", - "appVersion": "1.5.1" + "buildVersion": "31", + "appVersion": "1.5.2" }, "main": "./dist/electron/main.js", "scripts": {