diff --git a/README.md b/README.md index c344b43..50843a8 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ Add it to your build.gradle: ```groovy dependencies{ - debugCompile 'com.sloydev:preferator:1.0.0' - releaseCompile 'com.sloydev:preferator-no-op:1.0.0' + debugCompile 'com.sloydev:preferator:1.1.0' + releaseCompile 'com.sloydev:preferator-no-op:1.1.0' } ``` diff --git a/library-no-op/build.gradle b/library-no-op/build.gradle index ee40f21..f15a706 100644 --- a/library-no-op/build.gradle +++ b/library-no-op/build.gradle @@ -32,7 +32,7 @@ publish { userOrg = 'sloy' groupId = 'com.sloydev' artifactId = 'preferator-no-op' - publishVersion = '1.0.0' + publishVersion = '1.1.0' desc = 'Edit your app\'s SharedPreferences from your device' website = 'https://github.com/sloy/preferator' } \ No newline at end of file diff --git a/library/build.gradle b/library/build.gradle index cbe44ab..df31db7 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -38,7 +38,7 @@ publish { userOrg = 'sloy' groupId = 'com.sloydev' artifactId = 'preferator' - publishVersion = '1.0.0' + publishVersion = '1.1.0' desc = 'Edit your app\'s SharedPreferences from your device' website = 'https://github.com/sloy/preferator' } \ No newline at end of file