Skip to content

Commit

Permalink
Bump version to 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
gstamatelat committed Feb 2, 2018
1 parent 81b9d0d commit 5a8d0cb
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.14</version>
<version>0.15</version>
</dependency>
```

Or using Gradle:

```
compile 'gr.james:simple-graph:0.14'
compile 'gr.james:simple-graph:0.15'
```

## 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.14'
version = '0.15'

sourceCompatibility = 1.6

Expand Down

0 comments on commit 5a8d0cb

Please sign in to comment.