From 1c8905e38901410d608ddcb19c1715d5bcaba3df Mon Sep 17 00:00:00 2001 From: SteamingMutt Date: Fri, 4 Dec 2015 14:52:04 +0100 Subject: [PATCH] Version bump --- README.md | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5958e9c..8826d5a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # DougleyBot -[![Version](https://img.shields.io/badge/Version-1.2.6-green.svg?style=flat-square)](https://github.com/SteamingMutt/DougleyBot/releases) +[![Version](https://img.shields.io/badge/Version-1.2.7-green.svg?style=flat-square)](https://github.com/SteamingMutt/DougleyBot/releases) [![Status](https://img.shields.io/badge/Status-Ready-green.svg?style=flat-square)]() [![Node](https://img.shields.io/badge/Node-4.2.2-blue.svg?style=flat-square)](http://nodejs.org) [![NPM](https://img.shields.io/badge/NPM-3.5.0-blue.svg?style=flat-square)](http://nodejs.org) diff --git a/package.json b/package.json index 8ac0348..e1ba60a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "DougleyBot", - "version": "1.2.5", + "version": "1.2.7", "description": "Bot for Discord app", "readme": "README.md", "maintainers": [], @@ -21,6 +21,7 @@ "imgflipper": "*", "nock": "1.7.x", "pmx": "^0.5.5", + "xml2js": "*", "querystring": "*", "request": ">=2.58.0", "sinon": "1.14.x",