Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsPriyesh committed Mar 25, 2016
1 parent 312f129 commit e832bd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -10,7 +10,7 @@ Download
--------
Add the following dependency to your projects `build.gradle`:
``` groovy
compile 'me.priyesh:chroma:1.0.0'
compile 'me.priyesh:chroma:1.0.1'
```

Usage
Expand All @@ -22,7 +22,7 @@ new ChromaDialog.Builder()
.initialColor(Color.GREEN)
.onColorSelected(color -> /* do your stuff */)
.create()
.show(getFragmentManager(), "ChromaDialog");
.show(getSupportFragmentManager(), "ChromaDialog");
```

Check out the [sample project](chroma-sample) for more details.
Expand Down
2 changes: 1 addition & 1 deletion chroma/build.gradle
@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

def VersionName = '1.0.0'
def VersionName = '1.0.1'

ext {
bintrayRepo = 'maven'
Expand Down

0 comments on commit e832bd8

Please sign in to comment.