Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump version to 0.5.0 #98

Merged
merged 2 commits into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading