Skip to content

Commit

Permalink
version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daltonfm-stark committed Apr 29, 2020
1 parent 439dec4 commit e1f5013
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
exports.version = '0.1.0';
exports.version = '0.2.0';
exports.cache = {};
exports.user = null

Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starkbank",
"version": "0.1.0",
"version": "0.2.0",
"description": "SDK to facilitate Node integrations with Stark Bank",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -34,6 +34,6 @@
},
"devDependencies": {
"decamelize": "^4.0.0",
"mocha": "^7.1.1"
"mocha": "^7.1.2"
}
}

0 comments on commit e1f5013

Please sign in to comment.