diff --git a/README.md b/README.md
index 140cfb3..1604842 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ npm i firereact
- **Very lightweight**, 
when unpacked,  when minified,  when minified+gzipped
- Supports  and 
-- Supports at least **Firebase 11**
+- Supports **Firebase 12** and **React 19**
- Supports **Auth, Firestore, Functions, Providers and Storage**.
- Provides **hooks** such as `useUser` for Auth or `useDocument` for Firestore, _which can listen to realtime changes as well_
- Provides **custom components** such as `` or `` to keep the logic simple and/or avoid unnecessary rerendering
diff --git a/package.json b/package.json
index 872633b..ca85454 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "firereact",
- "version": "0.9.6",
+ "version": "0.9.8",
"description": "React hooks, components and utils for Firebase",
"type": "module",
"main": "dist/index.cjs.js",