diff --git a/custom_components/feedparser/manifest.json b/custom_components/feedparser/manifest.json
index e1dede9..64e57c1 100644
--- a/custom_components/feedparser/manifest.json
+++ b/custom_components/feedparser/manifest.json
@@ -5,6 +5,6 @@
   "dependencies": [],
   "documentation": "https://github.com/custom-components/feedparser/blob/master/README.md",
   "iot_class": "cloud_polling",
-  "requirements": ["feedparser==6.0.10"],
-  "version": "0.1.11"
+  "requirements": ["feedparser==6.0.11"],
+  "version": "0.1.12"
 }
diff --git a/custom_components/feedparser/sensor.py b/custom_components/feedparser/sensor.py
index 055ebc6..320600d 100644
--- a/custom_components/feedparser/sensor.py
+++ b/custom_components/feedparser/sensor.py
@@ -17,7 +17,7 @@
 
 import feedparser
 
-__version__ = "0.1.11"
+__version__ = "0.1.12"
 
 COMPONENT_REPO = "https://github.com/custom-components/sensor.feedparser/"