Skip to content

Commit

Permalink
Releasing Version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sockeqwe committed Jan 7, 2017
1 parent 8512fe7 commit db15b92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Read the motivation for this project in [my blog post](http://hannesdorfmann.com
This library is available on maven central:

```groovy
compile 'com.hannesdorfmann:adapterdelegates3:3.0.0'
compile 'com.hannesdorfmann:adapterdelegates3:3.0.1'
```
[![Build Status](https://travis-ci.org/sockeqwe/AdapterDelegates.svg?branch=master)](https://travis-ci.org/sockeqwe/AdapterDelegates)

Expand All @@ -14,7 +14,7 @@ Please note that since 3.0 the group id has been changed to `adapterdelegates3`.
### Snapshot

```groovy
compile 'com.hannesdorfmann:adapterdelegates3:3.0.1-SNAPSHOT'
compile 'com.hannesdorfmann:adapterdelegates3:3.0.2-SNAPSHOT'
```

You also have to add the url to the snapshot repository:
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true

VERSION_NAME=3.0.1-SNAPSHOT
VERSION_CODE=301
VERSION_NAME=3.0.2-SNAPSHOT
VERSION_CODE=302
GROUP=com.hannesdorfmann


Expand Down

0 comments on commit db15b92

Please sign in to comment.