From 11048c0229d4da4d402693d015101c5b115a1da1 Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Fri, 31 May 2019 22:21:19 +0900
Subject: [PATCH] Bump to version 1.1.2
---
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 606e616f7c..8fa118062c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "Roma",
- "version": "1.1.1",
+ "version": "1.1.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 92dfce961c..959a46c309 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "Roma",
- "version": "1.1.1",
+ "version": "1.1.2",
"author": "Pleroma Foundation ",
"description": "An Electron based Pleroma and Mastodon client for Windows, Mac and Linux",
"license": "MIT",
@@ -15,8 +15,8 @@
"url": "https://github.com/h3poteto/whalebird-desktop.git"
},
"config": {
- "buildVersion": "3",
- "appVersion": "1.1.1"
+ "buildVersion": "4",
+ "appVersion": "1.1.2"
},
"main": "./dist/electron/main.js",
"scripts": {