Skip to content

Commit

Permalink
Merge pull request #4 from marcinx/main
Browse files Browse the repository at this point in the history
* version bump
  • Loading branch information
marcinx authored Oct 2, 2022
2 parents 9830780 + 9e312f0 commit 95ddaa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const axios = require('axios').default;
function Client(transferServer) {

// @string The current version of this SDK, used in the HTTP user agent (leave it as is)
this.clientVersion = '0.0.1'; // good way to pull this from package.json instead?
this.clientVersion = require('../package.json').version;

// @string Used in the HTTP user agent (leave it as is)
this.clientName = 'sep6-client';
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "COINQVEST LLC",
"name": "sep6-client",
"description": "Node JS based Stellar SEP-6 Client by COINQVEST",
"version": "0.0.2",
"version": "0.0.3",
"main": "./lib/index.js",
"keywords": [
"stellar",
Expand Down

0 comments on commit 95ddaa2

Please sign in to comment.