Skip to content

Commit e793e3d

Browse files
committed
Updated version to 2.0.1
1 parent 3826bc2 commit e793e3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repositories {
3232
3333
dependencies {
3434
//...
35-
compile 'com.devbrackets.android:recyclerext:2.0.0'
35+
compile 'com.devbrackets.android:recyclerext:2.0.1'
3636
}
3737
```
3838

library/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'com.novoda.bintray-release'
44

55
def versionMajor = 2
66
def versionMinor = 0
7-
def versionPatch = 0
7+
def versionPatch = 1
88

99
// Maven GAV
1010
def libraryGroupId = 'com.devbrackets.android'

0 commit comments

Comments
 (0)