diff --git a/CHANGES.md b/CHANGES.md index 121426b..ff2b72c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,9 @@ +## 0.1.1 ## + +* Bug fixes +* Add promise support +* Remove callbacks + ## 0.1.0 ## * Initial public release diff --git a/package.json b/package.json index 975c150..50316fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nsapi", - "version": "0.1.0", + "version": "0.1.1", "description": "Provides access to the NationStates API", "keywords": [ "NationStates", diff --git a/src/api.ts b/src/api.ts index 368ba6c..87d438e 100644 --- a/src/api.ts +++ b/src/api.ts @@ -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.