Skip to content

Commit

Permalink
chore: release v0.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyn committed Oct 6, 2021
1 parent 6c40ef0 commit 8fc5cff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build/config.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
13 changes: 8 additions & 5 deletions build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monei-php-sdk",
"version": "0.1.17",
"version": "0.1.18",
"description": "MONEI PHP SDK",
"author": "monei",
"scripts": {
Expand Down Expand Up @@ -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"
]
}
}
}
Expand Down

0 comments on commit 8fc5cff

Please sign in to comment.