From 76ff8366a22cdcd297efa9744ff207501504d82b Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Sat, 12 Oct 2024 18:47:23 +0900
Subject: [PATCH] Bump to version 6.1.7
---
electron-builder.mas.yml | 2 +-
package.json | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/electron-builder.mas.yml b/electron-builder.mas.yml
index 68cdffa2..473b3c1c 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: "183"
+buildVersion: "184"
directories:
output: dist
buildResources: resources
diff --git a/package.json b/package.json
index 945f7238..6b2e437f 100644
--- a/package.json
+++ b/package.json
@@ -2,14 +2,14 @@
"private": true,
"name": "Whalebird",
"description": "Electron based Fediverse client application",
- "version": "6.1.6",
+ "version": "6.1.7",
"author": "Akira Fukushima ",
"main": "app/background.js",
"scripts": {
"dev": "nextron",
"build": "nextron build",
"build:mas": "nextron build --config ./electron-builder.mas.yml",
- "build:appx2": "nextron build --win --x64 && electron-windows-store --assets ./resources/icons --input-directory ./dist/win-unpacked --output-directory ./dist/appx --package-name Whalebird --package-display-name Whalebird --package-version 6.1.6.0 --publisher-display-name h3poteto --identity-name 45610h3poteto.Whalebird",
+ "build:appx2": "nextron build --win --x64 && electron-windows-store --assets ./resources/icons --input-directory ./dist/win-unpacked --output-directory ./dist/appx --package-name Whalebird --package-display-name Whalebird --package-version 6.1.7.0 --publisher-display-name h3poteto --identity-name 45610h3poteto.Whalebird",
"postinstall": "electron-builder install-app-deps",
"typecheck": "tsc -p renderer --noEmit && tsc -p main --noEmit",
"lint": "eslint renderer --ext ts,tsx",