Skip to content

Commit 93f600e

Browse files
committed
Updated documentation to show latest version
Bumped PdCore version to 1.0.3-SNAPSHOT
1 parent c21413c commit 93f600e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PdCore/build.gradle

+1-1
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.2'
5+
version = '1.0.3-SNAPSHOT'
66
group = 'org.puredata.android'
77
archivesBaseName = 'pd-core'
88

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Add the dependency to your app:
2525

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

0 commit comments

Comments
 (0)