diff --git a/electron-builder.mas.yml b/electron-builder.mas.yml index 0d38ebd5..9bca547e 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 990ceba5..4224e538 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 3ce50ad1..38b9afba 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": {