Skip to content

Commit

Permalink
Bump version to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gstamatelat committed Jan 21, 2018
1 parent 9e61d6a commit d996668
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 @@ -29,14 +29,14 @@ Using Maven
<dependency>
<groupId>gr.james</groupId>
<artifactId>simple-graph</artifactId>
<version>0.6</version>
<version>0.7</version>
</dependency>
```

Using Gradle

```
compile 'gr.james:simple-graph:0.6'
compile 'gr.james:simple-graph:0.7'
```

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

group = 'gr.james'
version = '0.6'
version = '0.7'

sourceCompatibility = 1.6

Expand Down

0 comments on commit d996668

Please sign in to comment.