Skip to content

Commit

Permalink
Meet 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
superbobry committed Sep 2, 2016
1 parent bd32aba commit 4f25b47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Here you can see the full list of changes between each viktor release.
Version 0.3.3
-------------

Bugfix release
Bugfix release, released on September 2nd 2016

- Fixed a bug in 'DenseVector.minusAssign' which called 'plusAssign'
if the argument was not dense.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repositories {
}

dependencies {
compile 'org.jetbrains.bio:viktor:0.3.2'
compile 'org.jetbrains.bio:viktor:0.3.3'
}

```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.3.2
version=0.3.3

org.gradle.configureondemand=true
org.gradle.parallel=true

0 comments on commit 4f25b47

Please sign in to comment.