Skip to content

Commit 675a525

Browse files
committed
Hot fix 0.6.2 version
1 parent d2ca3dd commit 675a525

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Add to your Gradle build script:
3939

4040
dependencies {
4141
// `jdk8` instead of `jdk6-7` if you use Java 8
42-
compile 'net.openhft:koloboke-api-jdk6-7:0.6.1'
43-
runtime 'net.openhft:koloboke-impl-jdk6-7:0.6.1'
42+
compile 'net.openhft:koloboke-api-jdk6-7:0.6.2'
43+
runtime 'net.openhft:koloboke-impl-jdk6-7:0.6.2'
4444
}
4545

4646
Or Maven config (don't forget about jdk6-7/jdk8 suffix):
@@ -49,12 +49,12 @@ Or Maven config (don't forget about jdk6-7/jdk8 suffix):
4949
<dependency>
5050
<groupId>net.openhft</groupId>
5151
<artifactId>koloboke-api-jdk6-7</artifactId>
52-
<version>0.6.1</version>
52+
<version>0.6.2</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>net.openhft</groupId>
5656
<artifactId>koloboke-impl-jdk6-7</artifactId>
57-
<version>0.6.1</version>
57+
<version>0.6.2</version>
5858
<scope>runtime</scope>
5959
</dependency>
6060
<dependencies>

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ configure([apiProject, implProject]) {
6565
test.testLogging.exceptionFormat = 'full'
6666

6767
group = 'net.openhft'
68-
version = '0.7-SNAPSHOT'
68+
version = '0.6.2'
6969

7070
archivesBaseName = "koloboke-$project.name-jdk${libTargetJava == '6' ? '6-7' : '8'}"
7171

0 commit comments

Comments
 (0)