Skip to content

Commit 0379928

Browse files
committed
Release version 1.0.1
1 parent 2928487 commit 0379928

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

PdCore/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
33
apply plugin: 'com.jfrog.bintray'
44

5-
version = '1.0.1-rc1'
5+
version = '1.0.1'
66
group = 'org.puredata.android'
77
archivesBaseName = 'pd-core'
88

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[ ![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)
2-
[![Release](https://img.shields.io/github/release/libpd/pd-for-android.svg?label=JitPack)](https://jitpack.io/#libpd/pd-for-android/1.0.0)
2+
[![Release](https://img.shields.io/github/release/libpd/pd-for-android.svg?label=JitPack)](https://jitpack.io/#libpd/pd-for-android/1.0.1)
33
[![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)
44

55
[![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:
2525

2626
```gradle
2727
dependencies {
28-
compile 'org.puredata.android:pd-core:1.0.0'
28+
compile 'org.puredata.android:pd-core:1.0.1'
2929
3030
// ... other dependencies
3131
}

0 commit comments

Comments
 (0)