Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
auralia committed Nov 12, 2016
1 parent d604b7b commit 89ca499
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.1.1 ##

* Bug fixes
* Add promise support
* Remove callbacks

## 0.1.0 ##

* Initial public release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nsapi",
"version": "0.1.0",
"version": "0.1.1",
"description": "Provides access to the NationStates API",
"keywords": [
"NationStates",
Expand Down
2 changes: 1 addition & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const xmlParser = new xml2js.Parser(
/**
* The current version of node-nsapi.
*/
export const VERSION = "0.1.0";
export const VERSION = "0.1.1";

/**
* The API version specified in API requests.
Expand Down

0 comments on commit 89ca499

Please sign in to comment.