Skip to content

Commit

Permalink
Bump to version 1.1.0 (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
andremion committed Aug 1, 2017
1 parent 1bc2081 commit 0c29b65
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![License Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=true)](https://www.apache.org/licenses/LICENSE-2.0)
![minSdkVersion 21](https://img.shields.io/badge/minSdkVersion-21-red.svg?style=true)
![compileSdkVersion 24](https://img.shields.io/badge/compileSdkVersion-24-yellow.svg?style=true)
[![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)
[![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)

[![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)
[![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)
Expand All @@ -22,7 +22,7 @@ Include the library in your `build.gradle`

```groovy
dependencies{
compile 'com.github.andremion:floatingnavigationview:1.0.1'
compile 'com.github.andremion:floatingnavigationview:1.1.0'
}
```

Expand All @@ -32,7 +32,7 @@ or in your `pom.xml` if you are using Maven
<dependency>
<groupId>com.github.andremion</groupId>
<artifactId>floatingnavigationview</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
<type>aar</type>
</dependency>
```
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# https://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=1.0.1
VERSION_CODE=2
VERSION_NAME=1.1.0
VERSION_CODE=3
GROUP=com.github.andremion

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

0 comments on commit 0c29b65

Please sign in to comment.