Skip to content

Commit

Permalink
chore: bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Saschl authored Oct 24, 2023
1 parent 1fb3476 commit b21a352
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 46 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This repo contains the source code to SimBridge

Please make sure you have:

NodeJS 16 - [Homepage](https://nodejs.org/en/)
NodeJS 18 - [Homepage](https://nodejs.org/en/)

```bash
# Install all dependencies
Expand Down
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.4.4',
version: '0.5.0',
target: 'node18-win-x64',
icon: './apps/server/src/assets/images/tail.ico',
properties: {
Expand Down
41 changes: 0 additions & 41 deletions exeBuild.config.js

This file was deleted.

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.4.4",
"version": "0.5.0",
"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 b21a352

Please sign in to comment.