diff --git a/html-to-react/package.json b/html-to-react/package.json
index 7bc1bbdc8..1e9f09cc8 100644
--- a/html-to-react/package.json
+++ b/html-to-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@hedgedoc/html-to-react",
- "version": "2.1.0",
+ "version": "2.1.1",
"description": "Parse HTML into React components",
"source": "src/index.ts",
"main": "dist/cjs/index.js",
diff --git a/markdown-it-plugins/package.json b/markdown-it-plugins/package.json
index 07452ced4..45737e79d 100644
--- a/markdown-it-plugins/package.json
+++ b/markdown-it-plugins/package.json
@@ -1,7 +1,7 @@
{
"name": "@hedgedoc/markdown-it-plugins",
"type": "module",
- "version": "2.1.3",
+ "version": "2.1.4",
"description": "A collection of used and modified markdown-it plugins.",
"source": "src/index.ts",
"main": "../dist/cjs/index.js",