Skip to content

Commit

Permalink
Meet 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
superbobry committed Feb 1, 2016
1 parent 5e7a2dd commit decfd47
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ Here you can see the full list of changes between each viktor release.
Version 0.1.3
-------------

Technical release, released on February 1st 2016

- Migrated to Kotlin 1.0.0-rc.
- Renamed 'StridedVector#sorted' to '#argSort' to avoid confusion with
the '#sorted' method on primitve arrays.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ Gradle just add the following to your `build.gradle`:
```gradle
repositories {
maven {
url "https://dl.bintray.com/superbobry/maven"
url "https://dl.bintray.com/jetbrains-research/maven"
}
}
dependencies {
compile 'org.jetbrains.bio:viktor:0.1.2'
compile 'org.jetbrains.bio:viktor:0.1.3'
compile files("$rootDir/lib/yeppp-bundle-1.0.jar")
compile files("$rootDir/lib/simd.jar",
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ repositories {
dependencies {
compile 'org.apache.commons:commons-math3:3.5'
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile "org.jetbrains.kotlin:kotlin-test:$kotlin_version"

compile files("$rootDir/lib/yeppp-bundle-1.0.jar")
compile files("$rootDir/lib/simd.jar",
"$rootDir/lib/simd-sources.jar")

testCompile "org.jetbrains.kotlin:kotlin-test:$kotlin_version"
testCompile 'junit:junit:4.+'
}

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.1.2
version=0.1.3
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sat Oct 24 15:32:39 MSK 2015
#Mon Nov 09 16:30:55 MSK 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.5-bin.zip

0 comments on commit decfd47

Please sign in to comment.