Skip to content

Commit 3b1ff29

Browse files
committed
Bump version to 2.3.1.
1 parent dd79bb1 commit 3b1ff29

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

CHANGELOG.md

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

4+
Version 2.3.1 *(2012-05-19)*
5+
----------------------------
6+
7+
* Fix: Corrected filename with erroneous lowercase letter.
8+
9+
410
Version 2.3.0 *(2012-05-19)*
511
----------------------------
612

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ a dependency:
7878
<dependency>
7979
<groupId>com.viewpagerindicator</groupId>
8080
<artifactId>library</artifactId>
81-
<version>2.3.0</version>
81+
<version>2.3.1</version>
8282
<type>apklib</type>
8383
</dependency>
8484

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="30"
6-
android:versionName="2.2.3">
5+
android:versionCode="50"
6+
android:versionName="2.3.1">
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="30"
5-
android:versionName="2.2.3">
4+
android:versionCode="50"
5+
android:versionName="2.3.1">
66

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

0 commit comments

Comments
 (0)