From 43e961c6225aedc926048118685134bd6896aeff Mon Sep 17 00:00:00 2001 From: Christoforos Varakliotis Date: Sat, 28 Jan 2023 20:57:01 +0200 Subject: [PATCH] 4.1.0 --- README.md | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a1248b..0e60463 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,8 @@ Please use the appropriate version of rxdb-hooks as per this table: | rxdb-hooks version | targeted RxDB version | | ------------------ | ---------------------- | -| `4.x` | `10.x`, `11.x`, `12.x` | +| `4.1.x` | `13.x` | +| `4.0.x` | `10.x`, `11.x`, `12.x` | | `3.x` | `9.x` | | `1.x`, `2.x` | `8.x` | diff --git a/package.json b/package.json index 3fdaae2..563038c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rxdb-hooks", - "version": "4.0.3", + "version": "4.1.0", "description": "React hooks for integrating with RxDB", "main": "./dist/index.js", "types": "./dist/index.d.ts",