From d76f042761b78a02fc0e5218fc6d669b4d37e2cb Mon Sep 17 00:00:00 2001 From: xBytez Date: Wed, 1 Jul 2015 01:06:10 +0200 Subject: [PATCH] Update README --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d3817b..c4ded43 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ SlackbotAPI ============ [![GitHub Stars](https://img.shields.io/github/stars/xBytez/slackbotapi.svg?style=flat-square)](https://github.com/xBytez/slackbotapi/stargazers) [![GitHub Issues](https://img.shields.io/github/issues/xBytez/slackbotapi.svg?style=flat-square)](https://github.com/xBytez/slackbotapi/issues) -[![Current Version](https://img.shields.io/badge/version-1.2.1-green.svg?style=flat-square)](https://github.com/xBytez/slackbotapi) +[![Current Version](https://img.shields.io/badge/version-1.2.3-green.svg?style=flat-square)](https://github.com/xBytez/slackbotapi) A Node.JS module for Slack's RTM API diff --git a/package.json b/package.json index 48b1d54..632d799 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slackbotapi", - "version": "1.2.2", + "version": "1.2.3", "description": "a node.js API using Slack their RTM API", "main": "index.js", "scripts": {