Skip to content

Commit 18fb78f

Browse files
authored
Fix compatibility between nodejs client and cpp client versions (#175)
1 parent 61cf830 commit 18fb78f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ Compatibility between each version of the Node.js client and the C++ client is a
4242

4343
| Node.js client | C++ client |
4444
|----------------|----------------|
45-
| 1.0.0 | 2.3.0 or later |
46-
| 1.1.0 | 2.4.0 or later |
47-
| 1.2.0 | 2.5.0 or later |
48-
| 1.3.0 | 2.7.0 or later |
45+
| 1.0.x | 2.3.0 or later |
46+
| 1.1.x | 2.4.0 or later |
47+
| 1.2.x | 2.5.0 or later |
48+
| 1.3.x | 2.7.0 or later |
49+
| 1.4.x | 2.8.0 or later |
4950

5051
If an incompatible version of the C++ client is installed, you may fail to build or run this library.
5152

0 commit comments

Comments
 (0)