From 036c10a6e0467984ca626ad76d1b680c994b7438 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Thu, 2 Aug 2018 22:44:31 +0900 Subject: [PATCH] Bump to version 1.5.6 --- 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 367a2f11..d54f5fd6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "Whalebird", - "version": "1.5.5", + "version": "1.5.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 502fca71..8ea37f7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Whalebird", - "version": "1.5.5", + "version": "1.5.6", "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": "34", - "appVersion": "1.5.5" + "buildVersion": "35", + "appVersion": "1.5.6" }, "main": "./dist/electron/main.js", "scripts": {