Skip to content

Commit

Permalink
Updated the version. 🍇
Browse files Browse the repository at this point in the history
  • Loading branch information
pokk committed Apr 17, 2018
1 parent f460c94 commit bc0255b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ please. There is a simple sample for this library. 😄
It's very easy to import, you just put them into your gradle file.

```gradle
compile 'com.devrapid.jieyi:adaptiverecyclerview:0.0.6'
compile "com.devrapid.jieyi:adaptiverecyclerview:0.0.7"
```

## Maven
Expand All @@ -114,7 +114,7 @@ compile 'com.devrapid.jieyi:adaptiverecyclerview:0.0.6'
<dependency>
<groupId>com.devrapid.jieyi</groupId>
<artifactId>adaptiverecyclerview</artifactId>
<version>0.0.6</version>
<version>0.0.7</version>
<type>pom</type>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ proj_name=adaptiverecyclerview
proj_libname=AdaptiveRecyclerview
proj_group=com.devrapid.jieyi
proj_artifactid=adaptiverecyclerview
proj_version=0.0.6
proj_version=0.0.7
proj_description=Create an adaptive recycler view for each of type view.
proj_websiteurl=https://github.com/pokk/AdaptiveRecyclerView
proj_issuetrackerurl=https://github.com/pokk/AdaptiveRecyclerView/issues
Expand Down

0 comments on commit bc0255b

Please sign in to comment.