Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Nov 12, 2016
1 parent a8d2d76 commit 8b592e9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This file is used to list changes made in each version of `jmx` Node.js module.

## master
## 0.6.1 (2016-11-12)

* Fix `java` dependency version to avoid installing *master* branch.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

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

Node.js bridge library to communicate with Java applications through JMX.

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": "jmx",
"version": "0.6.1-dev",
"version": "0.6.1",
"description": "Bridge library to communicate with Java applications through JMX.",
"homepage": "http://zuazo.github.io/node-jmx",
"bugs": "https://github.com/zuazo/node-jmx/issues",
Expand Down

0 comments on commit 8b592e9

Please sign in to comment.