From 008c40473d8aaa3e89c99addd3e80a7044fbf6fe Mon Sep 17 00:00:00 2001 From: Luigi Date: Sat, 19 Oct 2019 14:56:17 +0200 Subject: [PATCH] v0.2.0 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e690cb5..2066201 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ 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 @@ -24,7 +24,7 @@ Add the library to dependencies com.github.lrusso96 simple-biblio - 0.1.5 + 0.2.0 ## Examples diff --git a/build.gradle b/build.gradle index 22fa4eb..047b32c 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { } group 'lrusso96' -version '0.1.5' +version '0.2.0' sourceCompatibility = 1.8