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

View File

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