Skip to content

Commit e910e0f

Browse files
committed
Bump version to 2.4.0. New screens showcase.
1 parent 4573560 commit e910e0f

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Change Log
22
==========
33

4-
Version 2.4.0 *(In Development)*
5-
------------------------------
4+
Version 2.4.0 *(2012-09-06)*
5+
----------------------------
66

77
* New `IconPageIndicator`! Uses state-list images to represent pages.
88
* `TabPageIndicator` now supports icons via `IconPagerAdapter` interface.

README.md

Lines changed: 1 addition & 1 deletion
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.3.1</version>
78+
<version>2.4.0</version>
7979
<type>apklib</type>
8080
</dependency>
8181

library/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
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="50"
6-
android:versionName="2.3.1">
5+
android:versionCode="60"
6+
android:versionName="2.4.0">
77

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

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.viewpagerindicator.sample"
4-
android:versionCode="50"
5-
android:versionName="2.3.1">
4+
android:versionCode="60"
5+
android:versionName="2.4.0">
66

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

sample/screens.png

289 KB
Loading

0 commit comments

Comments
 (0)