diff --git a/.version b/.version index f0bb29e..3a3cd8c 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.3.0 +1.3.1 diff --git a/package-lock.json b/package-lock.json index 501099f..1067e57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "graphql-to-openapi", - "version": "1.3.0", + "version": "1.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ab9813f..db3bab8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-to-openapi", - "version": "1.3.0", + "version": "1.3.1", "description": "A utility for converting the combination of an graphql schema and graphql query into an openapi specification.", "main": "dist/index.js", "bin": {