diff --git a/build/config.json b/build/config.json index 82035a4..1a68403 100644 --- a/build/config.json +++ b/build/config.json @@ -1,6 +1,6 @@ { "packageName": "MONEI PHP SDK", - "packageVersion": "0.1.17", + "packageVersion": "0.1.18", "gitHost": "github.com", "gitUserId": "monei", "gitRepoId": "monei-php-sdk" diff --git a/build/package.json b/build/package.json index c60899d..a562698 100644 --- a/build/package.json +++ b/build/package.json @@ -1,6 +1,6 @@ { "name": "monei-php-sdk", - "version": "0.1.17", + "version": "0.1.18", "description": "MONEI PHP SDK", "author": "monei", "scripts": { @@ -30,10 +30,13 @@ }, "plugins": { "@release-it/bumper": { - "out": [{ - "file": "config.json", - "path": "packageVersion" - }, "../lib/MoneiClient.php"] + "out": [ + { + "file": "config.json", + "path": "packageVersion" + }, + "../lib/MoneiClient.php" + ] } } }