Skip to content

Commit 3a19279

Browse files
committed
Update JS version
1 parent 44e00fc commit 3a19279

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ a query language for APIs created by Facebook.
1313
[![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
1414

1515
The current version 3.0.0a2 of GraphQL-core is up-to-date
16-
with GraphQL.js version 14.4.1.
16+
with GraphQL.js version 14.4.2.
1717

1818
All parts of the API are covered by an extensive test suite
1919
of currently 1907 unit tests.

src/graphql/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
version = "3.0.0a2"
88

9-
version_js = "14.4.1"
9+
version_js = "14.4.2"
1010

1111

1212
_re_version = re.compile(r"(\d+)\.(\d+)\.(\d+)(\D*)(\d*)")

0 commit comments

Comments
 (0)