From 26c46fe6e8697d50d098fed4d2470ae00fa2549e Mon Sep 17 00:00:00 2001 From: Noah Spannbauer Date: Sun, 22 Mar 2026 09:44:06 -0500 Subject: [PATCH] updating verison number to 2.1.0 --- api/package.json | 2 +- client/package.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/package.json b/api/package.json index 0881606..31e2b23 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "2.0.2", + "version": "2.1.0", "description": "", "author": "", "private": true, diff --git a/client/package.json b/client/package.json index 71a6a31..4c0c6e3 100644 --- a/client/package.json +++ b/client/package.json @@ -1,7 +1,7 @@ { "name": "client", "private": true, - "version": "2.0.2", + "version": "2.1.0", "type": "module", "scripts": { "dev": "vite", diff --git a/package.json b/package.json index 609a9e6..6eafb59 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@noahspan/flying", - "version": "2.0.2", + "version": "2.1.0", "scripts": { "start": "node api/dist/main", "format": "prettier --write \"**/src/**/*.ts\" \"**/test/**/*.ts\"",