Skip to content

Commit

Permalink
chore: bump version number to 0.6.1 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
flogross89 authored Oct 25, 2024
1 parent 1ffe6b5 commit 2789e15
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doExe.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const build = exe({
entry: './dist/main.js',
out: './build/fbw-simbridge.exe',
pkg: ['-C', 'GZip', '-c', './package.json'], // Specify extra pkg arguments
version: '0.6.0',
version: '0.6.1',
target: 'node18-win-x64',
icon: './apps/server/src/assets/images/tail.ico',
properties: {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fbw-simbridge",
"version": "0.6.0",
"version": "0.6.1",
"description": "The simbridge server for FBW addons for various tasks the addons themselves can't achieve",
"author": "",
"private": false,
Expand Down

0 comments on commit 2789e15

Please sign in to comment.