Skip to content

Commit ebf5886

Browse files
committed
v1.0.0-rc14
1 parent 5ec1da2 commit ebf5886

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ProcessGraphQL.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class ProcessGraphQL extends Process implements Module {
1313
{
1414
return array(
1515
'title' => 'GraphQL',
16-
'version' => '1.0.0-rc13',
16+
'version' => '1.0.0-rc14',
1717
'summary' => 'GraphQL for ProcessWire.',
1818
'href' => 'https://github.com/dadish/ProcessGraphql',
1919
'singular' => true,

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "processgraphql",
3-
"version": "1.0.0-rc13",
3+
"version": "1.0.0-rc14",
44
"description": "GraphQL for ProcessWire",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)