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": {