Skip to content

Commit 0133268

Browse files
committed
Version bump
1 parent 4432040 commit 0133268

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```
4242
or Gradle:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ apply plugin: 'signing'
3838

3939
group = 'io.dgraph'
4040
archivesBaseName = 'dgraph4j'
41-
version = '0.9.3'
41+
version = '1.0.0'
4242
sourceCompatibility = 1.8
4343
targetCompatibility = 1.8
4444

samples/DgraphJavaSample/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

samples/DgraphJavaSample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repositories {
1515

1616
dependencies {
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'

0 commit comments

Comments
 (0)