From 7a37e06278258e4bc5631d708e50ddd5e99b53c7 Mon Sep 17 00:00:00 2001 From: Fanny Date: Tue, 12 Sep 2017 23:48:18 -0300 Subject: [PATCH] updating to current version, without this we would have some errors in user requests Changes made to the user class are not present in version 0.1.2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81383fe..db6f47a 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ It provides classes and methods to invoke Last.fm API methods as well as scrobbl de.u-mass lastfm-java - 0.1.2 + 0.1.3-SNAPSHOT ``` ### Gradle ``` -compile 'de.u-mass:lastfm-java:0.1.2' +compile 'de.u-mass:lastfm-java:0.1.3-SNAPSHOT' ``` ### Documentation