diff --git a/README.md b/README.md index 10c2358..c958147 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ buildscript { } } dependencies { - classpath "gradle.plugin.com.browserstack.gradle:browserstack-gradle-plugin:3.0.4" + classpath "gradle.plugin.com.browserstack.gradle:browserstack-gradle-plugin:3.0.5" } } diff --git a/build.gradle b/build.gradle index f739489..83c9c9b 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ plugins { id 'com.gradle.plugin-publish' version '0.11.0' } -version '3.0.4' +version '3.0.5' pluginBundle { website = 'https://www.browserstack.com' @@ -17,7 +17,7 @@ pluginBundle { description = 'Runs Espresso tests on BrowserStack' tags = ['espresso', 'test', 'browserstack', 'app', 'automate', 'app-automate', 'appautomate', 'app-live', 'applive'] - version = '3.0.4' + version = '3.0.5' } } }