Skip to content

Commit

Permalink
Updated the README to reference the 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwernick committed Mar 14, 2016
1 parent 6d71d86 commit 7e4514c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ RecyclerView.

Website And Documentation
-------
The RecyclerExt website can be found [here][Java Doc]
The RecyclerExt documentation website can be found on the website linked above or [here][Website]
The RecyclerExt website can be found [here][Website]


The RecyclerExt documentation website can be found on the website linked above or [here][Java Doc]


Use
Expand All @@ -29,7 +31,7 @@ repositories {
dependencies {
//...
compile 'com.devbrackets.android:recyclerext:0.18.1'
compile 'com.devbrackets.android:recyclerext:1.0.0'
}
```

Expand All @@ -55,4 +57,4 @@ License

[JCenter]: https://bintray.com/brianwernick/maven/RecyclerExt/view#files
[Website]: http://devbrackets.com/dev/libs/recyclerext.html
[Java Doc]: http://devbrackets.com/dev/libs/docs/recyclerext/0.14.0/index.html
[Java Doc]: http://devbrackets.com/dev/libs/docs/recyclerext/1.0.0/index.html

0 comments on commit 7e4514c

Please sign in to comment.