Skip to content

Commit 5dfbc50

Browse files
Ashok-VarmaAshok-Varma
authored andcommitted
Merge remote-tracking branch 'origin/master'
2 parents 956271c + 035d505 commit 5dfbc50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@ Download [the latest JAR][mavenLatestJarDownload] or grab via Maven:
2525
<dependency>
2626
<groupId>com.ashokvarma.android</groupId>
2727
<artifactId>bottom-navigation-bar</artifactId>
28-
<version>0.9.5</version>
28+
<version>0.9.7</version>
2929
<type>pom</type>
3030
</dependency>
3131
```
3232
or Gradle:
3333
```groovy
34-
compile 'com.ashokvarma.android:bottom-navigation-bar:0.9.5'
34+
compile 'com.ashokvarma.android:bottom-navigation-bar:0.9.7'
3535
```
3636
or Ivy:
3737
```xml
38-
<dependency org='com.ashokvarma.android' name='bottom-navigation-bar' rev='0.9.5'>
38+
<dependency org='com.ashokvarma.android' name='bottom-navigation-bar' rev='0.9.7'>
3939
<artifact name='$AID' ext='pom'></artifact>
4040
</dependency>
4141
```

0 commit comments

Comments
 (0)