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 16, 2016
1 parent 063795e commit 900fe19
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
## 0.1.6 ##
## 0.1.7 ##

* Bug fixes
* Fix dependencies
* Add additional examples

## 0.1.6 ##

* Fix dependencies

## 0.1.5 ##

* Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion docs/globals.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h3>API_<wbr>VERSION</h3>
<section class="tsd-panel tsd-member tsd-kind-variable">
<a name="version" class="tsd-anchor"></a>
<h3>VERSION</h3>
<div class="tsd-signature tsd-kind-icon">VERSION<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;0.1.6&quot;</span></div>
<div class="tsd-signature tsd-kind-icon">VERSION<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;0.1.7&quot;</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in api.ts:52</li>
Expand Down
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.6",
"version": "0.1.7",
"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 @@ -49,7 +49,7 @@ const xmlParser = new xml2js.Parser(
/**
* The current version of nsapi.
*/
export const VERSION = "0.1.6";
export const VERSION = "0.1.7";

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

0 comments on commit 900fe19

Please sign in to comment.