diff --git a/PdCore/build.gradle b/PdCore/build.gradle index ad26cd24..762a4dfc 100644 --- a/PdCore/build.gradle +++ b/PdCore/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' apply plugin: 'com.github.dcendents.android-maven' apply plugin: 'com.jfrog.bintray' -version = '1.0.0-rc3' +version = '1.0.0-rc4' group = 'org.puredata.android' archivesBaseName = 'pd-core'