Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaeldivita committed Jul 9, 2020
1 parent ba80428 commit 7fe273d
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 @@ -177,7 +177,7 @@ buildscript {
Add the library to the dependencies:

```gradle
implementation 'com.ismaeldivita.chipnavigation:chip-navigation-bar:1.3.2'
implementation 'com.ismaeldivita.chipnavigation:chip-navigation-bar:1.3.3'
```
>**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.3.2'
libraryVersion = '1.3.3'

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

0 comments on commit 7fe273d

Please sign in to comment.