Skip to content

Commit db15b92

Browse files
committed
Releasing Version 3.0.1
1 parent 8512fe7 commit db15b92

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Read the motivation for this project in [my blog post](http://hannesdorfmann.com
55
This library is available on maven central:
66

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

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

1616
```groovy
17-
compile 'com.hannesdorfmann:adapterdelegates3:3.0.1-SNAPSHOT'
17+
compile 'com.hannesdorfmann:adapterdelegates3:3.0.2-SNAPSHOT'
1818
```
1919

2020
You also have to add the url to the snapshot repository:

gradle.properties

Lines changed: 2 additions & 2 deletions
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=3.0.1-SNAPSHOT
21-
VERSION_CODE=301
20+
VERSION_NAME=3.0.2-SNAPSHOT
21+
VERSION_CODE=302
2222
GROUP=com.hannesdorfmann
2323

2424

0 commit comments

Comments
 (0)