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.1.1. Let's try this again...
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeWharton committed Mar 22, 2011
1 parent 9701184 commit cd7ea99
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 9 deletions.
4 changes: 2 additions & 2 deletions 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="4"
android:versionName="2.1.0">
android:versionCode="5"
android:versionName="2.1.1">

<uses-sdk
android:minSdkVersion="3"
Expand Down
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
Change Log
===============================================================================

Version 2.1.0 *(2010-03-21)*
Version 2.1.1 *(2011-03-21)*
----------------------------

**No changes to library code.**

* Moved library to the root of the repository.
* Added `samples/dependencies.py` script to automatically download the needed
dependencies for the sample projects.


Version 2.1.0 *(2011-03-21)*
----------------------------

**WARNING**: The [Android Compatibility Library (v4)][1] is now required.
Expand Down
4 changes: 2 additions & 2 deletions samples/ApiDemo-Shakespeare/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.shakespeare"
android:versionCode="4"
android:versionName="2.1.0">
android:versionCode="5"
android:versionName="2.1.1">

<uses-sdk
android:minSdkVersion="4"
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="4"
android:versionName="2.1.0">
android:versionCode="5"
android:versionName="2.1.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="4"
android:versionName="2.1.0">
android:versionCode="5"
android:versionName="2.1.1">

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

0 comments on commit cd7ea99

Please sign in to comment.