From e45fbbead18c86fb1dd49561f16276465e173f55 Mon Sep 17 00:00:00 2001 From: nrpatten Date: Sun, 19 Oct 2014 23:37:58 -0400 Subject: [PATCH] [UPDATE] Version bump --- LICENSE | 0 README.md | 0 hmac-sha512.js | 0 node-tipbot-api.js | 0 package.json | 4 ++-- 5 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 LICENSE mode change 100644 => 100755 README.md mode change 100644 => 100755 hmac-sha512.js mode change 100644 => 100755 node-tipbot-api.js mode change 100644 => 100755 package.json diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/hmac-sha512.js b/hmac-sha512.js old mode 100644 new mode 100755 diff --git a/node-tipbot-api.js b/node-tipbot-api.js old mode 100644 new mode 100755 diff --git a/package.json b/package.json old mode 100644 new mode 100755 index 8aae416..dfc9dc5 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-tipbot-api", - "version": "0.0.4", + "version": "0.0.5", "description": "Node TipBot API - node.js library", "keywords": [ "node", @@ -34,6 +34,6 @@ }, "homepage": "https://github.com/nrpatten/node-tipbot-api", "scripts": { - "test": "echo \"Error: no test\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1" } }