Skip to content

Commit

Permalink
Bump to version 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
h3poteto committed Mar 22, 2024
1 parent 96e6c4e commit 12f0385
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion electron-builder.mas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ appId: social.whalebird.app
productName: Whalebird
copyright: Copyright © 2018 Akira Fukushima
artifactName: "${productName}-${version}-${os}-${arch}.${ext}"
buildVersion: "176"
buildVersion: "177"
directories:
output: dist
buildResources: resources
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"private": true,
"name": "Whalebird",
"description": "Electron based Fediverse client application",
"version": "6.0.5",
"version": "6.1.0",
"author": "Akira Fukushima <h3.poteto@gmail.com>",
"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.0.5.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.0.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",
Expand Down

0 comments on commit 12f0385

Please sign in to comment.