Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Nov 3, 2013
1 parent f1cf331 commit 5dbe3a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ node.js bridge library to communicate with java applications through JMX.

## Requirements

* Tested with node >= 0.8.
* Tested with node `>= 0.8`.
* Java version 6 or higher.
* `node-java`: See [its installation instructions](https://github.com/nearinfinity/node-java/blob/master/README.md#installation-linuxwindows).

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

## History

### 0.2.1

* Travis hostname errors fixed.
* Removed node `0.6` support: not supported by the last `node-java` version.
* Homepage changed to GitHub Pages.

### 0.2.0

* Added #listMBeans method.
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.2.0",
"version": "0.2.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 5dbe3a3

Please sign in to comment.