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": "api",
"version": "2.0.0-alpha-2",
"version": "2.0.0-alpha-3",
"description": "",
"author": "",
"private": true,

View File

@@ -1,7 +1,7 @@
{
"name": "client",
"private": true,
"version": "2.0.0-alpha-2",
"version": "2.0.0-alpha-3",
"type": "module",
"scripts": {
"dev": "vite",

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\"",