chore: bump version to v0.2.1

This commit is contained in:
Rene Fichtmueller 2026-03-31 09:19:38 +02:00
parent e4c89de6c0
commit 6bd168e958
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ app.get("/", (_req, res) => {
app.get("/api", (_req, res) => {
res.json({
name: "Transceiver Intelligence Platform",
version: "0.2.0-alpha.1",
version: "0.2.1",
endpoints: [
"GET /api/transceivers?q=&form_factor=&speed=&category=&fiber_type=&wdm_type=&coherent=",
"GET /api/transceivers/:id",

View File

@ -14,7 +14,7 @@ healthRouter.get("/", async (_req: Request, res: Response) => {
res.json({
success: true,
status: "healthy",
version: "0.2.0",
version: "0.2.1",
uptime: process.uptime(),
database: {
connected: true,