From aaa058e2a7a9fa74f075cfe0e9b821377c699b61 Mon Sep 17 00:00:00 2001 From: Benjamin Dupont Date: Mon, 23 Jan 2023 20:39:47 -0500 Subject: [PATCH] build: bump version --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9f76e9b..03d823b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@flybywiresim/fragmenter", - "version": "0.7.4-rc.1", + "version": "0.7.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@flybywiresim/fragmenter", - "version": "0.7.4-rc.1", + "version": "0.7.4", "license": "GPL-3.0", "dependencies": { "axios": "^0.27.2", diff --git a/package.json b/package.json index 7698bdc..1e4b631 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@flybywiresim/fragmenter", - "version": "0.7.4-rc.1", + "version": "0.7.4", "description": "Tool used to create zip files for multiple modules and only update what is needed", "author": "FlyByWire Simulations", "license": "GPL-3.0",