Skip to content

Commit

Permalink
version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
palanik committed May 6, 2018
1 parent 4b9ebb0 commit 379818e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.0.1 / 2018-05-06
===================

* Updated dependencies.
* Updated README for 1.0.1.

0.1.12 / 2017-04-02
===================

Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@ function wrapi(baseURL, endpoints, opts) {
}

module.exports = wrapi;
module.exports.version = '1.0.0';
module.exports.version = '1.0.1';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wrapi",
"version": "0.1.12",
"version": "1.0.1",
"description": "Wrapper for calling Restful API",
"homepage": "https://github.com/palanik",
"main": "index.js",
Expand Down

0 comments on commit 379818e

Please sign in to comment.