Skip to content

Commit

Permalink
feat: readme badge
Browse files Browse the repository at this point in the history
fixed wrong version in readme npm badge
  • Loading branch information
tomyitav committed Apr 21, 2018
1 parent f95e767 commit 516ed51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redis-messaging-manager",
"version": "0.0.7",
"version": "0.0.8",
"description": "Pubsub messaging library, using redis and rxjs 5",
"keywords": ["redis", "rxjs", "pubsub"],
"main": "dist/redis-messaging-manager.umd.js",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# redis-messaging-manager

[![Build Status](https://travis-ci.org/tomyitav/redis-messaging-manager.svg?branch=master)](https://travis-ci.org/tomyitav/redis-messaging-manager)
[![npm](https://img.shields.io/npm/v/npm.svg)](https://www.npmjs.com/package/redis-messaging-manager)
[![npm](https://img.shields.io/npm/v/redis-messaging-manager.svg?style=flat-square)](https://www.npmjs.com/package/redis-messaging-manager)

A super simple, instant pubsub messaging library, using

Expand Down

0 comments on commit 516ed51

Please sign in to comment.