Skip to content

Commit f543f0b

Browse files
committed
fix liaohuqiu#148, release 1.0.11
1 parent ab9b4fc commit f543f0b

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

README-cn.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Github: https://github.com/liaohuqiu
6565

6666
项目已经发布到了Maven中央库,包括`aar``apklib`两种格式。在Maven或者Gradle下可如下直接引入:
6767

68-
最新版版本号: `1.0.10`, 发布到了: https://oss.sonatype.org/content/repositories/snapshots
68+
最新版版本号: `1.0.11`, 发布到了: https://oss.sonatype.org/content/repositories/snapshots
6969

7070
在gradle中:
7171

@@ -75,7 +75,7 @@ maven {
7575
}
7676
```
7777

78-
稳定版: `1.0.10`, https://oss.sonatype.org/content/repositories/releases, in gradle:
78+
稳定版: `1.0.11`, https://oss.sonatype.org/content/repositories/releases, in gradle:
7979

8080
```
8181
mavenCentral()
@@ -92,7 +92,7 @@ mavenCentral()
9292
<type>aar</type>
9393
<!-- or apklib format, if you want -->
9494
<!-- <type>apklib</type> -->
95-
<version>1.0.10</version>
95+
<version>1.0.11</version>
9696
</dependency>
9797

9898
稳定版
@@ -104,20 +104,20 @@ mavenCentral()
104104
<type>aar</type>
105105
<!-- or apklib format, if you want -->
106106
<!-- <type>apklib</type> -->
107-
<version>1.0.10</version>
107+
<version>1.0.11</version>
108108
</dependency>
109109
```
110110

111111
gradle / Android Studio, 最新版
112112

113113
```
114-
compile 'in.srain.cube:ultra-ptr:1.0.10'
114+
compile 'in.srain.cube:ultra-ptr:1.0.11'
115115
```
116116

117117
gradle / Android Studio, 稳定版
118118

119119
```
120-
compile 'in.srain.cube:ultra-ptr:1.0.10'
120+
compile 'in.srain.cube:ultra-ptr:1.0.11'
121121
```
122122

123123
#### 配置

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ Support `API LEVEL >= 8`, all snapshots are taken from Genymotion, 2.3.7.
6464

6565
This project has been pushed to Maven Central, both in `aar` and `apklib`.
6666

67-
The latest version: `1.0.10`, has been published to: https://oss.sonatype.org/content/repositories/snapshots, in gradle:
67+
The latest version: `1.0.11`, has been published to: https://oss.sonatype.org/content/repositories/snapshots, in gradle:
6868

6969
```
7070
maven {
7171
url 'https://oss.sonatype.org/content/repositories/snapshots'
7272
}
7373
```
7474

75-
The stable version: `1.0.10`, https://oss.sonatype.org/content/repositories/releases, in gradle:
75+
The stable version: `1.0.11`, https://oss.sonatype.org/content/repositories/releases, in gradle:
7676

7777
```
7878
mavenCentral()
@@ -87,7 +87,7 @@ pom.xml, latest version:
8787
<type>aar</type>
8888
<!-- or apklib format, if you want -->
8989
<!-- <type>apklib</type> -->
90-
<version>1.0.10</version>
90+
<version>1.0.11</version>
9191
</dependency>
9292
```
9393

@@ -100,20 +100,20 @@ pom.xml, stable version:
100100
<type>aar</type>
101101
<!-- or apklib format, if you want -->
102102
<!-- <type>apklib</type> -->
103-
<version>1.0.10</version>
103+
<version>1.0.11</version>
104104
</dependency>
105105
```
106106

107107
gradle, latest version:
108108

109109
```
110-
compile 'in.srain.cube:ultra-ptr:1.0.10'
110+
compile 'in.srain.cube:ultra-ptr:1.0.11'
111111
```
112112

113113
gradle, stable version:
114114

115115
```
116-
compile 'in.srain.cube:ultra-ptr:1.0.10'
116+
compile 'in.srain.cube:ultra-ptr:1.0.11'
117117
```
118118

119119
#### Config

ptr-demo/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<groupId>in.srain.cube</groupId>
3232
<artifactId>ultra-ptr</artifactId>
3333
<type>aar</type>
34-
<version>1.0.10</version>
34+
<version>1.0.11</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>in.srain.cube</groupId>

ptr-lib/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=1.0.10
1+
VERSION_NAME=1.0.11
22

33
POM_GROUP=in.srain.cube
44
POM_ARTIFACT_ID=ultra-ptr

ptr-lib/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<artifactId>ultra-ptr</artifactId>
1414
<packaging>aar</packaging>
1515
<name>Ultra Pull to Refresh</name>
16-
<version>1.0.10</version>
16+
<version>1.0.11</version>
1717

1818
<description>Ultra Pull to Refresh in Android</description>
1919
<url>https://github.com/liaohuqiu/android-Ultra-Pull-To-Refresh</url>

update-project.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
vars = {
3-
'ptr_lib_version': '1.0.10',
4-
'ptr_lib_stable_version': '1.0.10',
3+
'ptr_lib_version': '1.0.11',
4+
'ptr_lib_stable_version': '1.0.11',
55
'cube_sdk_version': '1.0.44.39-SNAPSHOT'
66
}
77

0 commit comments

Comments
 (0)