diff --git a/README.md b/README.md
index 1798c23..1ca568b 100644
--- a/README.md
+++ b/README.md
@@ -70,8 +70,8 @@ Body graphics are displayed only when `"layout": "full"`. On a mobile device, a
----------------------------
-**Version number:** 3.0.0
-**Framework versions:** 3+
+**Version number:** 3.0.1
+**Framework versions:** 3.2+
**Author / maintainer:** Adapt Core Team
**Accessibility support:** WAI AA
**RTL support:** yes
diff --git a/bower.json b/bower.json
index 58175b4..6c1571a 100644
--- a/bower.json
+++ b/bower.json
@@ -1,7 +1,7 @@
{
"name": "adapt-contrib-accordion",
- "version": "3.0.0",
- "framework": ">=3",
+ "version": "3.0.1",
+ "framework": ">=3.2",
"homepage": "https://github.com/adaptlearning/adapt-contrib-accordion",
"issues": "https://github.com/adaptlearning/adapt_framework/issues/new",
"description": "An accordion component that displays clickable titles, which reveal display text",