Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Jul 18, 2015
1 parent b182092 commit 2f5d782
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.md
Expand Up @@ -3,9 +3,9 @@
node.js bridge library to communicate with java applications through JMX.

[![NPM version](https://badge.fury.io/js/jmx.svg)](http://badge.fury.io/js/jmx)
[![Code Climate](http://img.shields.io/codeclimate/github/onddo/node-jmx/0.4.0.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/0.4.0.svg)](https://coveralls.io/r/onddo/node-jmx?branch=0.4.0)
[![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/0.4.1.svg)](https://travis-ci.org/onddo/node-jmx)
[![Coverage Status](http://img.shields.io/coveralls/onddo/node-jmx/0.4.1.svg)](https://coveralls.io/r/onddo/node-jmx?branch=0.4.1)

## Requirements

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

## History

### 0.4.1

* Fix badge links.

### 0.4.0

* Add #getAttributes method ([issue #7](https://github.com/onddo/node-jmx/pull/7), thanks [@ericbroda](https://github.com/ericbroda)).
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jmx",
"version": "0.4.0",
"version": "0.4.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 2f5d782

Please sign in to comment.