diff --git a/README.md b/README.md index 8946634..9d0807d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Since my feeling was that the usage of Facebook SDK was too complicated for simp ## Latest Release ``` gradle dependencies { - compile 'com.sromku:simple-fb:4.1.0' + compile 'com.sromku:simple-fb:4.1.1' } ``` diff --git a/gradle.properties b/gradle.properties index 2c0e185..55f287d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,8 +17,8 @@ # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -VERSION_NAME=4.1.0 -VERSION_CODE=410 +VERSION_NAME=4.1.1 +VERSION_CODE=411 GROUP=com.sromku POM_DESCRIPTION=Simple Facebook SDK diff --git a/simple-fb/build.gradle b/simple-fb/build.gradle index 120edab..5095f33 100644 --- a/simple-fb/build.gradle +++ b/simple-fb/build.gradle @@ -33,7 +33,7 @@ ext { siteUrl = 'https://github.com/sromku/android-simple-facebook' gitUrl = 'https://github.com/sromku/android-simple-facebook.git' - libraryVersion = '4.1.0' + libraryVersion = '4.1.1' developerId = 'sromku' developerName = 'Roman Kushnarenko'