Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
thoov committed Jul 30, 2015
1 parent 13e75bd commit 524bf07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ A javascript mocking library for [websockets](https://developer.mozilla.org/en-U
[![Build Status](https://travis-ci.org/thoov/mock-socket.svg?branch=master)](https://travis-ci.org/thoov/mock-socket)
[![Code Climate](https://codeclimate.com/github/thoov/mock-socket/badges/gpa.svg)](https://codeclimate.com/github/thoov/mock-socket)
[![npm version](https://badge.fury.io/js/mock-socket.svg)](http://badge.fury.io/js/mock-socket)
[![bower version](https://img.shields.io/bower/v/mock-socket.svg)](https://img.shields.io/bower/v/mock-socket.svg)

## Installation

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mock-socket",
"version": "0.5.4",
"version": "0.6.0",
"homepage": "https://github.com/thoov/mock-socket",
"main": "dist/mock-socket.js",
"authors": [
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": "mock-socket",
"version": "0.5.4",
"version": "0.6.0",
"description": "A mocking library for WebSockets",
"main": "./src/main.js",
"directories": {
Expand Down

0 comments on commit 524bf07

Please sign in to comment.