Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaeldivita committed Mar 22, 2020
1 parent d45198e commit 5401843
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.4.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
}
}

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.2.0'
libraryVersion = '1.3.0'

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

0 comments on commit 5401843

Please sign in to comment.