Skip to content

Commit

Permalink
corrected version for v.0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
philliphenslee committed Oct 14, 2015
2 parents e18dd27 + 585c26f commit 13a1d06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 13a1d06

Please sign in to comment.