Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lrusso96 committed Oct 19, 2019
1 parent 6e4a804 commit 008c404
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.1.5'
compile 'com.github.lrusso96:simple-biblio:0.2.0'
}

#### Maven

<dependency>
<groupId>com.github.lrusso96</groupId>
<artifactId>simple-biblio</artifactId>
<version>0.1.5</version>
<version>0.2.0</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.1.5'
version '0.2.0'

sourceCompatibility = 1.8

Expand Down

0 comments on commit 008c404

Please sign in to comment.