From cf2230ce058d3dd7f7a85e0344a617b9175efec1 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Mon, 16 Apr 2018 20:53:35 +0900 Subject: [PATCH] Bump to version 0.5.0 --- 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 12afef1978..39728cdd38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "Whalebird", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index afa1044f5f..2182f837ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Whalebird", - "version": "0.4.0", + "version": "0.5.0", "author": "AkiraFukushima ", "description": "A Electron based Mastodon client for Windows, Mac and Linux", "license": "MIT", @@ -9,8 +9,8 @@ "url": "https://github.com/h3poteto/whalebird-desktop.git" }, "config": { - "buildVersion": "5", - "appVersion": "0.4.0" + "buildVersion": "6", + "appVersion": "0.5.0" }, "main": "./dist/electron/main.js", "scripts": {