Skip to content

Commit 132051f

Browse files
author
Chris Banes
committed
v1.3.2
1 parent db6ef54 commit 132051f

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

library/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.handmark.pulltorefresh.library"
4-
android:versionCode="131"
5-
android:versionName="1.3.1" >
4+
android:versionCode="132"
5+
android:versionName="1.3.2" >
66

77
<uses-sdk
88
android:minSdkVersion="4" />

library/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.github.chrisbanes.pulltorefresh</groupId>
1212
<artifactId>parent</artifactId>
13-
<version>1.3.1</version>
13+
<version>1.3.2</version>
1414
</parent>
1515

1616
<dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.github.chrisbanes.pulltorefresh</groupId>
66
<artifactId>parent</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.3.1</version>
8+
<version>1.3.2</version>
99
<name>Android-PullToRefresh Project</name>
1010
<description>Implementation of the Pull-to-Refresh UI Pattern for Android.</description>
1111
<url>https://github.com/chrisbanes/Android-PullToRefresh</url>

sample/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.handmark.pulltorefresh.samples"
4-
android:versionCode="131"
5-
android:versionName="1.3.1" >
4+
android:versionCode="132"
5+
android:versionName="1.3.2" >
66

77
<uses-sdk
88
android:minSdkVersion="4"

sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.github.chrisbanes.pulltorefresh</groupId>
1414
<artifactId>parent</artifactId>
15-
<version>1.3.1</version>
15+
<version>1.3.2</version>
1616
</parent>
1717

1818
<dependencies>

0 commit comments

Comments
 (0)