We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ecffbd commit 821ef0fCopy full SHA for 821ef0f
README.md
@@ -13,7 +13,7 @@ a query language for APIs created by Facebook.
13
[](https://github.com/ambv/black)
14
15
The current version 1.0.4 of GraphQL-core-next is up-to-date with GraphQL.js version
16
-14.3.0. All parts of the API are covered by an extensive test suite of currently 1779
+14.3.1. All parts of the API are covered by an extensive test suite of currently 1779
17
unit tests.
18
19
graphql/__init__.py
@@ -38,7 +38,7 @@
38
"""
39
40
__version__ = "1.0.4"
41
-__version_js__ = "14.3.0"
+__version_js__ = "14.3.1"
42
43
# The primary entry point into fulfilling a GraphQL request.
44
0 commit comments