Skip to content

Commit

Permalink
Released 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
superbobry committed Apr 29, 2016
1 parent a315708 commit 5e21044
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.2
-------------

Released on April 29th 2016

- Added unary operator overloads for 'StridedVector'.
- Implemented * and / operations for 'StridedVector'.
- Added extra operator overloads to 'Double', so it is now possible to
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.1'
compile 'org.jetbrains.bio:viktor:0.2.2'
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.1
version=0.2.2

0 comments on commit 5e21044

Please sign in to comment.