Skip to content

Commit

Permalink
release v1.0.0 (removed rc from version name)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkirshboim committed Jan 17, 2016
1 parent 678ea11 commit 705daa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PdCore/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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-rc4'
version = '1.0.0'
group = 'org.puredata.android'
archivesBaseName = 'pd-core'

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Add the dependency to your app:

```gradle
dependencies {
compile 'org.puredata.android:pd-core:1.0.0-rc4'
compile 'org.puredata.android:pd-core:1.0.0'
// ... other dependencies
}
Expand Down

0 comments on commit 705daa4

Please sign in to comment.