From 56061cda39ebd8ce606decd445094600e76906d7 Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Wed, 25 Apr 2018 22:12:35 +0900
Subject: [PATCH] Bump to version 0.6.1
---
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 794969e3..33ef74d4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "Whalebird",
- "version": "0.6.0",
+ "version": "0.6.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index ab6d26d4..8a21fdeb 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "Whalebird",
- "version": "0.6.0",
+ "version": "0.6.1",
"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": "7",
- "appVersion": "0.6.0"
+ "buildVersion": "8",
+ "appVersion": "0.6.1"
},
"main": "./dist/electron/main.js",
"scripts": {