Skip to content

Commit 2dcfe40

Browse files
committed
1.0.1
1 parent 221c86f commit 2dcfe40

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
@@ -14,7 +14,7 @@ class ProcessGraphQL extends Process implements Module {
1414
{
1515
return array(
1616
'title' => 'GraphQL',
17-
'version' => '1.0.0',
17+
'version' => '1.0.1',
1818
'summary' => 'GraphQL for ProcessWire.',
1919
'href' => 'https://github.com/dadish/ProcessGraphql',
2020
'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",
3+
"version": "1.0.1",
44
"description": "GraphQL for ProcessWire",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)