Skip to content

Commit

Permalink
update version to 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
liaohuqiu committed Dec 19, 2014
1 parent 4303f55 commit 48d2a07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.8</version>
<version>1.0.9</version>
</dependency>
```

#### Gradle

``` groovy
compile 'in.srain.cube:grid-view-with-header-footer:1.0.8'
compile 'in.srain.cube:grid-view-with-header-footer:1.0.9'
```

### 使用示例
Expand Down
4 changes: 2 additions & 2 deletions README.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.8</version>
<version>1.0.9</version>
</dependency>
```

#### Gradle

``` groovy
compile 'in.srain.cube:grid-view-with-header-footer:1.0.8'
compile 'in.srain.cube:grid-view-with-header-footer:1.0.9'
```

### Usage
Expand Down

0 comments on commit 48d2a07

Please sign in to comment.