Skip to content
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.

Commit

Permalink
Bump version to 2.4.0. New screens showcase.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Sep 7, 2012
1 parent 4573560 commit e910e0f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Change Log
==========

Version 2.4.0 *(In Development)*
------------------------------
Version 2.4.0 *(2012-09-06)*
----------------------------

* New `IconPageIndicator`! Uses state-list images to represent pages.
* `TabPageIndicator` now supports icons via `IconPagerAdapter` interface.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ a dependency:
<dependency>
<groupId>com.viewpagerindicator</groupId>
<artifactId>library</artifactId>
<version>2.3.1</version>
<version>2.4.0</version>
<type>apklib</type>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions library/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.viewpagerindicator"
android:versionCode="50"
android:versionName="2.3.1">
android:versionCode="60"
android:versionName="2.4.0">

<uses-sdk android:minSdkVersion="4" />
</manifest>
4 changes: 2 additions & 2 deletions sample/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.viewpagerindicator.sample"
android:versionCode="50"
android:versionName="2.3.1">
android:versionCode="60"
android:versionName="2.4.0">

<uses-sdk
android:minSdkVersion="4"
Expand Down
Binary file modified sample/screens.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e910e0f

Please sign in to comment.