Bump version to 0.1.13 in API and package.json
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled

This commit is contained in:
2026-03-07 15:19:03 +01:00
parent 42e56e1b9f
commit 9f191b564a
3 changed files with 438 additions and 264 deletions

View File

@@ -72,7 +72,7 @@ async def lifespan(app: FastAPI): # noqa: ARG001
app = FastAPI(
title="Fichero Printer API",
description="REST API for the Fichero D11s (AiYin) thermal label printer.",
version="0.1.9",
version="0.1.13",
lifespan=lifespan,
docs_url=None,
redoc_url=None,