From 49d346f81567af162700bf730e74cf5fef2e4941 Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Tue, 30 Jan 2024 00:40:38 +0900
Subject: [PATCH] Bump to version 6.0.1
---
electron-builder.mas.yml | 2 +-
flatpak-data/social.whalebird.WhalebirdDesktop.metainfo.xml | 2 +-
package.json | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/electron-builder.mas.yml b/electron-builder.mas.yml
index 0d38ebd545..9bca547eff 100644
--- a/electron-builder.mas.yml
+++ b/electron-builder.mas.yml
@@ -2,7 +2,7 @@ appId: social.whalebird.app
productName: Whalebird
copyright: Copyright © 2018 Akira Fukushima
artifactName: "${productName}-${version}-${os}-${arch}.${ext}"
-buildVersion: "171"
+buildVersion: "172"
directories:
output: dist
buildResources: resources
diff --git a/flatpak-data/social.whalebird.WhalebirdDesktop.metainfo.xml b/flatpak-data/social.whalebird.WhalebirdDesktop.metainfo.xml
index 990ceba547..4224e538d9 100644
--- a/flatpak-data/social.whalebird.WhalebirdDesktop.metainfo.xml
+++ b/flatpak-data/social.whalebird.WhalebirdDesktop.metainfo.xml
@@ -33,7 +33,7 @@
-
+
Updated
diff --git a/package.json b/package.json
index 3ce50ad130..38b9afba62 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"private": true,
"name": "Whalebird",
"description": "Electron based Fediverse client application",
- "version": "6.0.0",
+ "version": "6.0.1",
"author": "Akira Fukushima ",
"main": "app/background.js",
"scripts": {