diff --git a/.github/CHANGELOG.yaml b/.github/CHANGELOG.yaml index ffef66f3..cdd52443 100644 --- a/.github/CHANGELOG.yaml +++ b/.github/CHANGELOG.yaml @@ -9,6 +9,11 @@ releases: + - name: 3.3.4 + changes: + - title: Bump fragmenter to v0.7.3 + categories: [Core] + authors: [holland] - name: 3.3.3 changes: - title: Added check for incompatible add-ons diff --git a/package.json b/package.json index 88f7c84a..17c28604 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fbw-installer", "productName": "FlyByWire Installer", - "version": "3.3.3", + "version": "3.3.4", "description": "Desktop application to install and customize FlyByWire addons", "main": "webpack/main/main.js", "scripts": {