From 0379928c45af539d64227e14e3893fa5ddfa4bc9 Mon Sep 17 00:00:00 2001 From: Tal Kirshboim Date: Fri, 26 Feb 2016 20:30:01 +0100 Subject: [PATCH] Release version 1.0.1 --- PdCore/build.gradle | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/PdCore/build.gradle b/PdCore/build.gradle index d59f5f0a..16b4671b 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.1-rc1' +version = '1.0.1' group = 'org.puredata.android' archivesBaseName = 'pd-core' diff --git a/README.md b/README.md index b72b02d2..164eb9e1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [ ![Download](https://api.bintray.com/packages/pd-for-android/maven/pd-for-android/images/download.svg) ](https://bintray.com/pd-for-android/maven/pd-for-android/_latestVersion) -[![Release](https://img.shields.io/github/release/libpd/pd-for-android.svg?label=JitPack)](https://jitpack.io/#libpd/pd-for-android/1.0.0) +[![Release](https://img.shields.io/github/release/libpd/pd-for-android.svg?label=JitPack)](https://jitpack.io/#libpd/pd-for-android/1.0.1) [![Circle CI](https://circleci.com/gh/libpd/pd-for-android/tree/master.svg?style=shield&circle-token=:circle-token)](https://circleci.com/gh/libpd/pd-for-android/tree/master) [![Join the chat at https://gitter.im/libpd/pd-for-android](http://img.shields.io/badge/chat-online-brightgreen.svg)](https://gitter.im/libpd/pd-for-android) @@ -25,7 +25,7 @@ Add the dependency to your app: ```gradle dependencies { - compile 'org.puredata.android:pd-core:1.0.0' + compile 'org.puredata.android:pd-core:1.0.1' // ... other dependencies }