Skip to content

Commit 0c29b65

Browse files
committed
Bump to version 1.1.0 (3)
1 parent 1bc2081 commit 0c29b65

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![License Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=true)](http://www.apache.org/licenses/LICENSE-2.0)
22
![minSdkVersion 21](https://img.shields.io/badge/minSdkVersion-21-red.svg?style=true)
33
![compileSdkVersion 24](https://img.shields.io/badge/compileSdkVersion-24-yellow.svg?style=true)
4-
[![maven-central](https://img.shields.io/maven-central/v/com.github.andremion/floatingnavigationview.svg)](https://search.maven.org/#artifactdetails%7Ccom.github.andremion%7Cfloatingnavigationview%7C1.0.1%7Caar)
4+
[![maven-central](https://img.shields.io/maven-central/v/com.github.andremion/floatingnavigationview.svg)](https://search.maven.org/#artifactdetails%7Ccom.github.andremion%7Cfloatingnavigationview%7C1.1.0%7Caar)
55

66
[![Android Arsenal Floating-Navigation-View](https://img.shields.io/badge/Android%20Arsenal-Floating--Navigation--View-green.svg?style=true)](https://android-arsenal.com/details/1/4134)
77
[![MaterialUp Floating-Navigation-View](https://img.shields.io/badge/MaterialUp-Floating--Navigation--View-blue.svg?style=true)](https://www.uplabs.com/posts/floating-navigation-view)
@@ -22,7 +22,7 @@ Include the library in your `build.gradle`
2222

2323
```groovy
2424
dependencies{
25-
compile 'com.github.andremion:floatingnavigationview:1.0.1'
25+
compile 'com.github.andremion:floatingnavigationview:1.1.0'
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.0.1</version>
35+
<version>1.1.0</version>
3636
<type>aar</type>
3737
</dependency>
3838
```

gradle.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1818
# org.gradle.parallel=true
1919

20-
VERSION_NAME=1.0.1
21-
VERSION_CODE=2
20+
VERSION_NAME=1.1.0
21+
VERSION_CODE=3
2222
GROUP=com.github.andremion
2323

2424
POM_DESCRIPTION=A simple Floating Action Button that shows an anchored Navigation View
@@ -30,4 +30,4 @@ POM_LICENCE_NAME=The Apache Software License, Version 2.0
3030
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
3131
POM_LICENCE_DIST=repo
3232
POM_DEVELOPER_ID=andremion
33-
POM_DEVELOPER_NAME=André Mion
33+
POM_DEVELOPER_NAME=André Mion

0 commit comments

Comments
 (0)