We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f39ac7d commit 5e2e538Copy full SHA for 5e2e538
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.1 of GraphQL-core-next is up-to-date with GraphQL.js version
16
-14.1.0. All parts of the API are covered by an extensive test suite of currently 1701
+14.1.1. All parts of the API are covered by an extensive test suite of currently 1701
17
unit tests.
18
19
graphql/__init__.py
@@ -38,7 +38,7 @@
38
"""
39
40
__version__ = "1.0.1"
41
-__version_js__ = "14.1.0"
+__version_js__ = "14.1.1"
42
43
# The primary entry point into fulfilling a GraphQL request.
44
0 commit comments