diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b7150d..530228e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Change Log ========== -Version 1.0.0 (2014-09-16) +Version 1.0.0 (2015-02-01) ---------------------------- Initial release. \ No newline at end of file diff --git a/README.md b/README.md index 25cd4ad..794e190 100644 --- a/README.md +++ b/README.md @@ -11,16 +11,10 @@ Including in your project Add Sonatype Maven repository and import dependencies ```groovy -repositories { - maven { - url "https://oss.sonatype.org/content/repositories/snapshots/" - } -} - -compile 'com.balysv:material-ripple:0.9.5-SNAPSHOT@aar' +compile 'com.balysv:material-ripple:1.0.0' ``` -See [https://github.com/balysv/material-ripple/issues](issues) for upcoming features and requests. +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.balysv/material-ripple/badge.svg?style=flat)](http://mvnrepository.com/artifact/com.balysv/material-ripple) Usage ----- @@ -105,7 +99,7 @@ License ----------- ``` -Copyright 2014 Balys Valentukevicius +Copyright 2015 Balys Valentukevicius Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/gradle.properties b/gradle.properties index 3e275b9..8a26249 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=0.9.5-SNAPSHOT +VERSION_NAME=1.0.0 VERSION_CODE=1 GROUP=com.balysv