Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
liaohuqiu committed Apr 14, 2015
1 parent abcbef5 commit 1c4a4c2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
<groupId>in.srain.cube</groupId>
<artifactId>grid-view-with-header-footer</artifactId>
<type>jar</type>
<version>1.0.10</version>
<version>1.0.11</version>
</dependency>
```

#### Gradle

``` groovy
compile 'in.srain.cube:grid-view-with-header-footer:1.0.10'
compile 'in.srain.cube:grid-view-with-header-footer:1.0.11'
```

### 使用示例
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ This library is contained by `CUBE-SDK`: https://github.com/etao-open-source/cub
<groupId>in.srain.cube</groupId>
<artifactId>grid-view-with-header-footer</artifactId>
<type>jar</type>
<version>1.0.10</version>
<version>1.0.11</version>
</dependency>
```

#### Gradle

``` groovy
compile 'in.srain.cube:grid-view-with-header-footer:1.0.10'
compile 'in.srain.cube:grid-view-with-header-footer:1.0.11'
```

### Usage
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=1.0.10
VERSION_NAME=1.0.11

ANDROID_BUILD_MIN_SDK_VERSION=8
ANDROID_BUILD_TARGET_SDK_VERSION=16
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<artifactId>grid-view-with-header-footer</artifactId>
<packaging>jar</packaging>
<name>GridViewWithHeaderAndFooter</name>
<version>1.0.10</version>
<version>1.0.11</version>

<description>GridView with Header and Footer</description>
<url>https://github.com/liaohuqiu/android-GridViewWithHeaderAndFooter</url>
Expand Down
2 changes: 1 addition & 1 deletion update-project.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os
vars = {
'lib_version': '1.0.10'
'lib_version': '1.0.11'
}

files = [
Expand Down

0 comments on commit 1c4a4c2

Please sign in to comment.