Skip to content

Commit 65457ea

Browse files
committed
Bump version to 2.4.1.
1 parent 98a5218 commit 65457ea

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Change Log
22
==========
33

4-
Version 2.4.1 *(In Development)*
5-
--------------------------------
4+
Version 2.4.1 *(2012-09-11)*
5+
----------------------------
66

77
* Fix: `TitlePageIndicator`, `LinePageIndicator`, and `UnderlinePageIndicator`
88
support of `android:background`.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ a dependency:
7575
<dependency>
7676
<groupId>com.viewpagerindicator</groupId>
7777
<artifactId>library</artifactId>
78-
<version>2.4.0</version>
78+
<version>2.4.1</version>
7979
<type>apklib</type>
8080
</dependency>
8181

library/AndroidManifest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
44
package="com.viewpagerindicator"
5-
android:versionCode="60"
6-
android:versionName="2.4.0">
5+
android:versionCode="65"
6+
android:versionName="2.4.1">
77

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

sample/AndroidManifest.xml

+2-2
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.viewpagerindicator.sample"
4-
android:versionCode="61"
5-
android:versionName="2.4.0">
4+
android:versionCode="65"
5+
android:versionName="2.4.1">
66

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

0 commit comments

Comments
 (0)