Bump version to 1.0.13.

This commit is contained in:
Oliver Woodman 2014-09-08 11:38:20 +01:00
parent ddd2d004f0
commit 6e9ba9ba47
2 changed files with 4 additions and 4 deletions

View File

@ -16,8 +16,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.android.exoplayer.demo" package="com.google.android.exoplayer.demo"
android:versionCode="1012" android:versionCode="1013"
android:versionName="1.0.12" android:versionName="1.0.13"
android:theme="@style/RootTheme"> android:theme="@style/RootTheme">
<uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.INTERNET"/>

View File

@ -26,7 +26,7 @@ public class ExoPlayerLibraryInfo {
/** /**
* The version of the library, expressed as a string. * The version of the library, expressed as a string.
*/ */
public static final String VERSION = "1.0.12"; public static final String VERSION = "1.0.13";
/** /**
* The version of the library, expressed as an integer. * The version of the library, expressed as an integer.
@ -34,7 +34,7 @@ public class ExoPlayerLibraryInfo {
* Three digits are used for each component of {@link #VERSION}. For example "1.2.3" has the * Three digits are used for each component of {@link #VERSION}. For example "1.2.3" has the
* corresponding integer version 1002003. * corresponding integer version 1002003.
*/ */
public static final int VERSION_INT = 1000012; public static final int VERSION_INT = 1000013;
/** /**
* Whether the library was compiled with {@link com.google.android.exoplayer.util.Assertions} * Whether the library was compiled with {@link com.google.android.exoplayer.util.Assertions}