diff options
author | Ben Burwell <ben.burwell@trifecta.com> | 2016-07-29 12:20:30 -0400 |
---|---|---|
committer | Ben Burwell <ben.burwell@trifecta.com> | 2016-07-29 12:20:30 -0400 |
commit | 3a462d138cf91fee34f62c72a6850f5f0bca0216 (patch) | |
tree | 0effeb796e40c249f8f5e369d9c775d798481cf9 | |
parent | aee3426e0fe49ebb3299574e30382c15e43a1b21 (diff) |
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index e298262..57aa41b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ node_js: - 0.1 deploy: provider: npm - email: "ben@benburwell.com" + email: "ben@benburwell.com" on: tags: true api_key: diff --git a/package.json b/package.json index b9d3023..181aff3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "itoa", - "version": "1.0.1", + "version": "1.0.2", "description": "Convert 10 to ten, all the way up to one centillion!", "main": "index.js", "scripts": { |