From 27b454f3633140726d4ef400ce5f826dbbcee415 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Mon, 6 Mar 2023 22:48:15 +0900 Subject: [PATCH] Bump to version 5.0.1 --- electron-builder.json | 2 +- flatpak-data/social.whalebird.WhalebirdDesktop.metainfo.xml | 5 ++++- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/electron-builder.json b/electron-builder.json index d81de2d8..e11f5451 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -2,7 +2,7 @@ "productName": "Whalebird", "appId": "social.whalebird.app", "artifactName": "${productName}-${version}-${os}-${arch}.${ext}", - "buildVersion": "151", + "buildNumber": "1", "directories": { "output": "build" }, diff --git a/flatpak-data/social.whalebird.WhalebirdDesktop.metainfo.xml b/flatpak-data/social.whalebird.WhalebirdDesktop.metainfo.xml index de855789..c8915301 100644 --- a/flatpak-data/social.whalebird.WhalebirdDesktop.metainfo.xml +++ b/flatpak-data/social.whalebird.WhalebirdDesktop.metainfo.xml @@ -33,9 +33,12 @@ - +

Updated

+
    +
  • Whalebird 5.x doesn't migrate your local databases from version 4. So please re-authenticate all servers when you upgrade Whalebird from 4.7.4.
  • +
diff --git a/package.json b/package.json index 17e4a17f..4872f4a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Whalebird", - "version": "5.0.0", + "version": "5.0.1", "author": "AkiraFukushima ", "description": "An Electron based Mastodon client for Windows, Mac and Linux", "license": "MIT",