Skip to content

Commit

Permalink
chore: release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyn committed Nov 29, 2021
1 parent e289c48 commit d73f24e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"packageName": "Monei",
"packageVersion": "1.0.0",
"packageVersion": "1.0.1",
"gitHost": "github.com",
"gitUserId": "monei",
"gitRepoId": "monei-python-sdk",
"version": "1.0.0"
"version": "1.0.1"
}
7 changes: 5 additions & 2 deletions build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monei-python-sdk",
"version": "1.0.0",
"version": "1.0.1",
"description": "MONEI PYTHON SDK",
"author": "monei",
"scripts": {
Expand Down Expand Up @@ -35,7 +35,10 @@
"out": [
{
"file": "config.json",
"path": ["packageVersion", "version"]
"path": [
"packageVersion",
"version"
]
}
]
}
Expand Down

0 comments on commit d73f24e

Please sign in to comment.