Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaeldivita committed Dec 2, 2019
1 parent 39ca2c9 commit cb74e95
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 @@ -185,7 +185,7 @@ buildscript {
Add the library to the dependencies:

```gradle
implementation 'com.ismaeldivita.chipnavigation:chip-navigation-bar:1.1.2'
implementation 'com.ismaeldivita.chipnavigation:chip-navigation-bar:1.2.0'
```
>**Note:** For projects without kotlin, you may need to add `org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion` to your dependencies since this is a Kotlin library.
Expand Down
2 changes: 1 addition & 1 deletion chip-navigation-bar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ext {
siteUrl = 'https://github.com/ismaeldivita/chip-navigation-bar'
gitUrl = 'https://github.com/ismaeldivita/chip-navigation-bar.git'

libraryVersion = '1.1.2'
libraryVersion = '1.2.0'

developerId = 'ismaeldivita'
developerName = 'Ismael Di Vita'
Expand Down

0 comments on commit cb74e95

Please sign in to comment.