Skip to content

Commit

Permalink
Merge branch 'flybywiresim:main' into mcdu-adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
ssewell authored Sep 27, 2023
2 parents 38314c7 + 5c73854 commit 07b87af
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/pr-title.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: PR
on:
pull_request_target:
types:
- opened
- synchronize
- reopened
- ready_for_review

jobs:
title:
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion exeBuild.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
name: 'fbw-simbridge',
description: 'FlyByWire Simbridge',
company: 'FlyByWire Simulations',
version: '0.4.3',
version: '0.4.4',
copyright: 'GNU v3',
pkg: {
targets: [
Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"version": "0.4.4",
"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 07b87af

Please sign in to comment.