diff --git a/README.md b/README.md index 30d13b1..c773ccf 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![License](http://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/philliphenslee/smartslack/master/LICENSE) [![Travis branch](https://img.shields.io/travis/philliphenslee/smartslack/master.svg)](https://travis-ci.org/philliphenslee/smartslack) [![Coverage Status](https://coveralls.io/repos/philliphenslee/smartslack/badge.svg?branch=master&service=github)](https://coveralls.io/github/philliphenslee/smartslack?branch=master) -[![Current Version](https://img.shields.io/badge/version-1.0.0-blue.svg)](https://github.com/philliphenslee/smartslack) +[![Current Version](https://img.shields.io/badge/version-0.2.0-blue.svg)](https://github.com/philliphenslee/smartslack) ##Summary ***SmartSlack*** is a node.js module for [*Slack's*](https://slack.com) Real Time Messaging API. diff --git a/package.json b/package.json index d9fa1f3..117a989 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smartslack", - "version": "1.0.0", + "version": "0.2.0", "description": "A simple Slack API client for node.js", "main": "index.js", "repository": {