updating version number

This commit is contained in:
2025-11-23 11:50:49 -06:00
parent 1e1b1f7c97
commit a4fdd93ede
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@noahspan/flying",
"version": "2.0.0-alpha-2",
"version": "2.0.0-alpha-3",
"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\"",