Skip to content

Commit

Permalink
Release v3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vphantom committed Jul 16, 2016
1 parent 6521921 commit d9f4c04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jrpc v3.1.1
# jrpc v3.1.2

[![Build Status](https://travis-ci.org/vphantom/js-jrpc.svg?branch=v3.1.1)](https://travis-ci.org/vphantom/js-jrpc) [![Coverage Status](https://coveralls.io/repos/github/vphantom/js-jrpc/badge.svg?branch=v3.1.1)](https://coveralls.io/github/vphantom/js-jrpc?branch=v3.1.1)
[![Build Status](https://travis-ci.org/vphantom/js-jrpc.svg?branch=v3.1.2)](https://travis-ci.org/vphantom/js-jrpc) [![Coverage Status](https://coveralls.io/repos/github/vphantom/js-jrpc/badge.svg?branch=v3.1.2)](https://coveralls.io/github/vphantom/js-jrpc?branch=v3.1.2)

Streaming bidirectional backwards-compatible extended JSON-RPC 2.0 in JavaScript

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": "jrpc",
"version": "3.1.1",
"version": "3.1.2",
"description": "Streaming bidirectional backwards-compatible extended JSON-RPC 2.0 in JavaScript",
"main": "jrpc.js",
"scripts": {
Expand Down

0 comments on commit d9f4c04

Please sign in to comment.