Skip to content

Commit

Permalink
release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Nov 16, 2014
1 parent 3e9d2ab commit a79401a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Expand Up @@ -4,8 +4,8 @@ node.js bridge library to communicate with java applications through JMX.

[![NPM version](https://badge.fury.io/js/jmx.png)](http://badge.fury.io/js/jmx)
[![Code Climate](http://img.shields.io/codeclimate/github/onddo/node-jmx.svg)](https://codeclimate.com/github/onddo/node-jmx)
[![Build Status](http://img.shields.io/travis/onddo/node-jmx.svg)](https://travis-ci.org/onddo/node-jmx)
[![Coverage Status](http://img.shields.io/coveralls/onddo/node-jmx.svg)](https://coveralls.io/r/onddo/node-jmx?branch=master)
[![Build Status](http://img.shields.io/travis/onddo/node-jmx/0.3.1.svg)](https://travis-ci.org/onddo/node-jmx)
[![Coverage Status](http://img.shields.io/coveralls/onddo/node-jmx/0.3.1.svg)](https://coveralls.io/r/onddo/node-jmx?branch=0.3.1)

## Requirements

Expand Down Expand Up @@ -179,6 +179,10 @@ $ NODE_DEBUG="jmx" node [...]

## History

### 0.3.1

* Remove jshint dependency from *package.json*.

### 0.3.0

* package.json: udpate package dependencies (fixes [issue #3](https://github.com/onddo/node-jmx/issues/3)).
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jmx",
"version": "0.3.1-dev",
"version": "0.3.1",
"description": "Bridge library to communicate with java applications through JMX.",
"homepage": "http://onddo.github.io/node-jmx",
"bugs": "https://github.com/onddo/node-jmx/issues",
Expand Down

0 comments on commit a79401a

Please sign in to comment.