Skip to content

Commit

Permalink
Project: bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
lrusso96 committed Nov 30, 2019
1 parent be5d627 commit d2deea6
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 @@ -16,15 +16,15 @@ A simple Java library to search for books.
Add the library to dependencies

dependencies {
compile 'com.github.lrusso96:simple-biblio:0.5.0'
compile 'com.github.lrusso96:simple-biblio:0.5.1'
}

#### Maven

<dependency>
<groupId>com.github.lrusso96</groupId>
<artifactId>simple-biblio</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
</dependency>

## Examples
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'lrusso96'
version '0.5.0'
version '0.5.1'

sourceCompatibility = 1.8

Expand Down

0 comments on commit d2deea6

Please sign in to comment.