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.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Mar 11, 2011
1 parent c4004a8 commit 1c26eec
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.0.1 *(In Development)*
--------------------------------
Version 2.0.1 *(2011-03-11)*
----------------------------

* Use `Class.forName()` for detection of native action bar. This provides
compatability all the way back to Android 1.5.
Expand Down
4 changes: 2 additions & 2 deletions library/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.jakewharton.android.actionbarsherlock"
android:versionCode="2"
android:versionName="2.0.0">
android:versionCode="3"
android:versionName="2.0.1">

<uses-sdk
android:minSdkVersion="3"
Expand Down
4 changes: 2 additions & 2 deletions samples/android-actionbar/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.jakewharton.android.actionbarsherlock.sample.android_actionbar"
android:versionCode="1"
android:versionName="2.0.0">
android:versionCode="3"
android:versionName="2.0.1">

<uses-sdk
android:minSdkVersion="4"
Expand Down
4 changes: 2 additions & 2 deletions samples/greendroid/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.jakewharton.android.actionbarsherlock.sample.greendroid"
android:versionCode="2"
android:versionName="2.0.0">
android:versionCode="3"
android:versionName="2.0.1">

<uses-sdk
android:minSdkVersion="4"
Expand Down

0 comments on commit 1c26eec

Please sign in to comment.