From 83bc88cd7d7405a32ea6daaeea5b14a034d69c5b Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Sun, 10 Jun 2018 17:18:57 +0900 Subject: [PATCH] Bump to version 1.3.3 --- 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 d277b698..80b38c30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "Whalebird", - "version": "1.3.2", + "version": "1.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 42518308..a11761b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Whalebird", - "version": "1.3.2", + "version": "1.3.3", "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": "22", - "appVersion": "1.3.2" + "buildVersion": "23", + "appVersion": "1.3.3" }, "main": "./dist/electron/main.js", "scripts": {