Skip to content

Commit 78c77e7

Browse files
committed
Bump to version 1.1.1 (4)
1 parent f5979b4 commit 78c77e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Include the library in your `build.gradle`
2222

2323
```groovy
2424
dependencies{
25-
compile 'com.github.andremion:floatingnavigationview:1.1.0'
25+
compile 'com.github.andremion:floatingnavigationview:1.1.1'
2626
}
2727
```
2828

@@ -32,7 +32,7 @@ or in your `pom.xml` if you are using Maven
3232
<dependency>
3333
<groupId>com.github.andremion</groupId>
3434
<artifactId>floatingnavigationview</artifactId>
35-
<version>1.1.0</version>
35+
<version>1.1.1</version>
3636
<type>aar</type>
3737
</dependency>
3838
```

0 commit comments

Comments
 (0)