diff --git a/apps/md2html/config.json b/apps/md2html/config.json index e1f5452..bf3899e 100644 --- a/apps/md2html/config.json +++ b/apps/md2html/config.json @@ -8,7 +8,7 @@ "categories": ["utilities", "development"], "description": "A web-based Markdown converter that produces beautifully styled HTML documents with sidebar table of contents, Mermaid diagram rendering, and PDF export via headless Chromium. Supports drag-and-drop file upload, live preview, and downloadable output.", "tipi_version": 1, - "version": "1.0.1", + "version": "1.0.2", "source": "https://git.alexzaw.dev/alexz/md2html", "website": "https://git.alexzaw.dev/alexz/md2html", "exposable": true, diff --git a/apps/md2html/docker-compose.json b/apps/md2html/docker-compose.json index f8e9efa..b56613f 100644 --- a/apps/md2html/docker-compose.json +++ b/apps/md2html/docker-compose.json @@ -4,7 +4,7 @@ "services": [ { "name": "md2html", - "image": "git.alexzaw.dev/alexz/md2html:1.0.1", + "image": "git.alexzaw.dev/alexz/md2html:1.0.2", "isMain": true, "internalPort": 3000, "environment": [