diff --git a/extension-lib/build.gradle b/extension-lib/build.gradle index 4a676fb..e2bd93f 100644 --- a/extension-lib/build.gradle +++ b/extension-lib/build.gradle @@ -46,7 +46,7 @@ afterEvaluate { // You can then customize attributes of the publication as shown below. groupId = 'com.shencoder' artifactId = 'webrtcextension' - version = '1.0.9' + version = '1.1.0' } } }