updating version number to 1.4.0

This commit is contained in:
2025-05-16 12:50:26 -05:00
parent 9833bc6593
commit fc5811c3b6
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@noahspan/flying",
"version": "1.3.0",
"version": "1.4.0",
"scripts": {
"start": "concurrently 'npm run start:azure -w api' 'wait-on tcp:0.0.0.0:7071 && npm run dev -w app'",
"format": "prettier --write \"**/src/**/*.ts\" \"**/test/**/*.ts\"",