Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
balysv committed Feb 1, 2015
1 parent debf326 commit 41dbd59
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Change Log
==========

Version 1.0.0 (2014-09-16)
Version 1.0.0 (2015-02-01)
----------------------------

Initial release.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.9.5-SNAPSHOT
VERSION_NAME=1.0.0
VERSION_CODE=1
GROUP=com.balysv

Expand Down

0 comments on commit 41dbd59

Please sign in to comment.