From 64f5e18746d53955e65fe66f06b3817c3abb3acd Mon Sep 17 00:00:00 2001 From: Tal Kirshboim Date: Mon, 21 Dec 2015 22:08:33 +0100 Subject: [PATCH] release 1.0.0-rc4 --- PdCore/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'