Skip to content

Commit

Permalink
Release 1.4.1 closed for bug fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Alperte committed Jun 24, 2015
1 parent d4e6f77 commit 8379af4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes in the BigML.io Java bindings

## 1.4.1 version

### Bugs

* Fix bug in the constructor of the LocalEnsemble. The JSON path used to access objects was wrong.

## 1.4 version

### New Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Add the following dependency to your project's pom.xml file:
<dependency>
<groupId>org.bigml</groupId>
<artifactId>bigml-binding</artifactId>
<version>1.4</version>
<version>1.4.1</version>
</dependency>

Add the following lines to your project's pom.xml file if you want to use the SNAPSHOT versions of the library:
Expand Down

0 comments on commit 8379af4

Please sign in to comment.