Bump version to 0.1.9 in API and package.json

This commit is contained in:
2026-03-07 14:30:03 +01:00
parent 4dd04d1d34
commit 7317a60818
3 changed files with 3 additions and 3 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.0",
version="0.1.9",
lifespan=lifespan,
docs_url=None,
redoc_url=None,

View File

@@ -73,7 +73,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.0",
version="0.1.9",
lifespan=lifespan,
docs_url=None,
redoc_url=None,

View File

@@ -2,7 +2,7 @@
"name": "fichero-web",
"private": true,
"type": "module",
"version": "0.0.1",
"version": "0.1.9",
"scripts": {
"dev": "vite",
"build": "vite build",