File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ grab via Maven:
3636<dependency >
3737 <groupId >io.dgraph</groupId >
3838 <artifactId >dgraph4j</artifactId >
39- <version >0.9.3 </version >
39+ <version >1.0.0 </version >
4040</dependency >
4141```
4242or Gradle:
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ apply plugin: 'signing'
3838
3939group = ' io.dgraph'
4040archivesBaseName = ' dgraph4j'
41- version = ' 0.9.3 '
41+ version = ' 1.0.0 '
4242sourceCompatibility = 1.8
4343targetCompatibility = 1.8
4444
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ for Dgraph.
55
66## Running
77### Start Dgraph Server
8- You will need to install [ Dgraph v0.9.3 or above] [ releases ] and run it.
8+ You will need to install [ Dgraph v1.0.0 or above] [ releases ] and run it.
99
1010[ releases ] : https://github.com/dgraph-io/dgraph/releases
1111
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ repositories {
1515
1616dependencies {
1717 // Use Dgraph Java client
18- compile ' io.dgraph:dgraph4j:0.9.3 '
18+ compile ' io.dgraph:dgraph4j:1.0.0 '
1919
2020 // Use JUnit test framework
2121 testCompile ' junit:junit:4.12'
You can’t perform that action at this time.
0 commit comments