Skip to content

Commit 705daa4

Browse files
committed
release v1.0.0 (removed rc from version name)
1 parent 678ea11 commit 705daa4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.0-rc4'
5+
version = '1.0.0'
66
group = 'org.puredata.android'
77
archivesBaseName = 'pd-core'
88

README.md

Lines changed: 1 addition & 1 deletion
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.0-rc4'
28+
compile 'org.puredata.android:pd-core:1.0.0'
2929
3030
// ... other dependencies
3131
}

0 commit comments

Comments
 (0)