We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61cf830 commit 18fb78fCopy full SHA for 18fb78f
README.md
@@ -42,10 +42,11 @@ Compatibility between each version of the Node.js client and the C++ client is a
42
43
| Node.js client | C++ client |
44
|----------------|----------------|
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 |
+| 1.0.x | 2.3.0 or later |
+| 1.1.x | 2.4.0 or later |
+| 1.2.x | 2.5.0 or later |
+| 1.3.x | 2.7.0 or later |
49
+| 1.4.x | 2.8.0 or later |
50
51
If an incompatible version of the C++ client is installed, you may fail to build or run this library.
52
0 commit comments