Skip to content

Commit

Permalink
Increae version to 1.1 due to function names changed
Browse files Browse the repository at this point in the history
  • Loading branch information
MDXDave committed Feb 15, 2016
1 parent 921ae82 commit 40d9cd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
Add to _dependencies_:

```gradle
compile 'de.mdxdave:materialbreadcrumbsnavigation:1.0.1'
compile 'de.mdxdave:materialbreadcrumbsnavigation:1.1'
```


Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 14
targetSdkVersion 23
versionCode 1
versionName "1.0.1"
versionName "1.1"
}
buildTypes {
release {
Expand Down

0 comments on commit 40d9cd2

Please sign in to comment.