Skip to content

Commit

Permalink
Here comes 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
superbobry committed Apr 22, 2016
1 parent 286a2a5 commit dc3ca62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Here you can see the full list of changes between each viktor release.
Version 0.2.1
-------------

Bugfix release, released on April 22nd 2016

- Changed 'StridedVector.quantile' to follow Commons Math implementation.

Version 0.2.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repositories {
}
dependencies {
compile 'org.jetbrains.bio:viktor:0.2.0'
compile 'org.jetbrains.bio:viktor:0.2.1'
compile files("$rootDir/lib/yeppp-bundle-1.0.jar")
compile files("$rootDir/lib/simd.jar",
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
groupId=org.jetbrains.bio
version=0.2.0
version=0.2.1

0 comments on commit dc3ca62

Please sign in to comment.