Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakjois committed Dec 18, 2017
1 parent 4432040 commit 0133268
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ grab via Maven:
<dependency>
<groupId>io.dgraph</groupId>
<artifactId>dgraph4j</artifactId>
<version>0.9.3</version>
<version>1.0.0</version>
</dependency>
```
or Gradle:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ apply plugin: 'signing'

group = 'io.dgraph'
archivesBaseName = 'dgraph4j'
version = '0.9.3'
version = '1.0.0'
sourceCompatibility = 1.8
targetCompatibility = 1.8

Expand Down
2 changes: 1 addition & 1 deletion samples/DgraphJavaSample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ for Dgraph.

## Running
### Start Dgraph Server
You will need to install [Dgraph v0.9.3 or above][releases] and run it.
You will need to install [Dgraph v1.0.0 or above][releases] and run it.

[releases]: https://github.com/dgraph-io/dgraph/releases

Expand Down
2 changes: 1 addition & 1 deletion samples/DgraphJavaSample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {

dependencies {
// Use Dgraph Java client
compile 'io.dgraph:dgraph4j:0.9.3'
compile 'io.dgraph:dgraph4j:1.0.0'

// Use JUnit test framework
testCompile 'junit:junit:4.12'
Expand Down

0 comments on commit 0133268

Please sign in to comment.