From abcbef5ff575dfe24b7a22d949ebcfdcde81b6ea Mon Sep 17 00:00:00 2001 From: liaohuqiu Date: Tue, 14 Apr 2015 17:24:57 +0800 Subject: [PATCH] update for release --- README-cn.md | 4 ++-- README.md | 4 ++-- gradle.properties | 2 +- pom.xml | 2 +- update-project.py | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README-cn.md b/README-cn.md index baeb106..1f5df8f 100644 --- a/README-cn.md +++ b/README-cn.md @@ -11,14 +11,14 @@ in.srain.cube grid-view-with-header-footer jar - 1.0.10.1-SNAPSHOT + 1.0.10 ``` #### Gradle ``` groovy -compile 'in.srain.cube:grid-view-with-header-footer:1.0.10.1-SNAPSHOT' +compile 'in.srain.cube:grid-view-with-header-footer:1.0.10' ``` ### 使用示例 diff --git a/README.md b/README.md index e5ece22..8b98fff 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,14 @@ This library is contained by `CUBE-SDK`: https://github.com/etao-open-source/cub in.srain.cube grid-view-with-header-footer jar - 1.0.10.1-SNAPSHOT + 1.0.10 ``` #### Gradle ``` groovy -compile 'in.srain.cube:grid-view-with-header-footer:1.0.10.1-SNAPSHOT' +compile 'in.srain.cube:grid-view-with-header-footer:1.0.10' ``` ### Usage diff --git a/gradle.properties b/gradle.properties index f9cf3ad..b9d7f98 100755 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=1.0.10.1-SNAPSHOT +VERSION_NAME=1.0.10 ANDROID_BUILD_MIN_SDK_VERSION=8 ANDROID_BUILD_TARGET_SDK_VERSION=16 diff --git a/pom.xml b/pom.xml index 7b0bd9d..2d2253e 100755 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ grid-view-with-header-footer jar GridViewWithHeaderAndFooter - 1.0.10.1-SNAPSHOT + 1.0.10 GridView with Header and Footer https://github.com/liaohuqiu/android-GridViewWithHeaderAndFooter diff --git a/update-project.py b/update-project.py index fea9dd5..5b248ee 100644 --- a/update-project.py +++ b/update-project.py @@ -1,6 +1,6 @@ import os vars = { - 'lib_version': '1.0.10.1-SNAPSHOT' + 'lib_version': '1.0.10' } files = [