diff --git a/apps/md2html/config.json b/apps/md2html/config.json
index e5c8085..e1f5452 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.0",
+ "version": "1.0.1",
"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 06d80c8..f8e9efa 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.0",
+ "image": "git.alexzaw.dev/alexz/md2html:1.0.1",
"isMain": true,
"internalPort": 3000,
"environment": [