From 7d15b9f08f97fc3dc94804a3e0774247ed3aabdb Mon Sep 17 00:00:00 2001 From: Jieyi Date: Thu, 28 Feb 2019 16:04:10 +0900 Subject: [PATCH] Publish: published the new version. --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 19a61a4..791245f 100644 --- a/README.md +++ b/README.md @@ -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:1.0.9" +compile "com.devrapid.jieyi:adaptiverecyclerview:1.0.10" ``` ## Maven @@ -114,7 +114,7 @@ compile "com.devrapid.jieyi:adaptiverecyclerview:1.0.9" com.devrapid.jieyi adaptiverecyclerview - 1.0.9 + 1.0.10 pom ``` diff --git a/gradle.properties b/gradle.properties index 4bf3ed4..a57ebe8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,7 +22,7 @@ proj_name=adaptiverecyclerview proj_libname=AdaptiveRecyclerview proj_group=com.devrapid.jieyi proj_artifactid=adaptiverecyclerview -proj_version=1.0.9 +proj_version=1.0.10 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