Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
Prepare 0.8.3 release (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloyan-raev authored Apr 20, 2018
1 parent b305102 commit 7e5661a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The JAR can be fetched via Gradle or Maven, or downloaded from [Maven Central](h

```Gradle
dependencies {
compile 'io.storj:libstorj-java:0.8.2'
compile 'io.storj:libstorj-java:0.8.3'
}
```

Expand All @@ -29,7 +29,7 @@ dependencies {
<dependency>
<groupId>io.storj</groupId>
<artifactId>libstorj-java</artifactId>
<version>0.8.2</version>
<version>0.8.3</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apply plugin: 'maven'
apply plugin: 'maven-publish'

group = 'io.storj'
version = '0.8.2'
version = '0.8.3'

description = """Java bindings for libstorj"""

Expand Down

0 comments on commit 7e5661a

Please sign in to comment.