From 4002a4aa1c827fbf6fe05d5da0b47755e6863be5 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Tue, 3 Apr 2018 22:54:48 +0900 Subject: [PATCH] Bump to version 0.3.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 cbe84df6dc..a62dfc9ae9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "Whalebird", - "version": "0.2.3", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a84ec11677..bccaf9ebfc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Whalebird", - "version": "0.2.3", + "version": "0.3.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": "2", - "appVersion": "0.2.3" + "buildVersion": "3", + "appVersion": "0.3.0" }, "main": "./dist/electron/main.js", "scripts": {