Skip to content

Commit

Permalink
Bump version to 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
gstamatelat committed Jan 29, 2018
1 parent 8bc1f9c commit a5f35b6
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 @@ -46,14 +46,14 @@ add a dependency from your project using Maven:
<dependency>
<groupId>gr.james</groupId>
<artifactId>simple-graph</artifactId>
<version>0.9</version>
<version>0.10</version>
</dependency>
```

Or using Gradle:

```
compile 'gr.james:simple-graph:0.9'
compile 'gr.james:simple-graph:0.10'
```

## Getting Started
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.9'
version = '0.10'

sourceCompatibility = 1.6

Expand Down

0 comments on commit a5f35b6

Please sign in to comment.