Skip to content

Commit

Permalink
Add git version tags
Browse files Browse the repository at this point in the history
  • Loading branch information
bauerca committed Mar 18, 2013
1 parent c2e709f commit fcd23ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changelog
0.6.1
-----

* Add git version tags
* Fix #77: OnClickListener in list item crashes
DragSortController.
* Fix #81: Enabling FastScroller causes crash.
Expand Down
4 changes: 2 additions & 2 deletions demo/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.mobeta.android.demodslv"
android:versionCode="3"
android:versionName="0.5.0">
android:versionCode="4"
android:versionName="0.6.1">
<uses-sdk android:minSdkVersion="7"
android:targetSdkVersion="14" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Expand Down
4 changes: 2 additions & 2 deletions library/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.mobeta.android.dslv"
android:versionCode="3"
android:versionName="0.5.0">
android:versionCode="4"
android:versionName="0.6.1">
<uses-sdk android:targetSdkVersion="7"
android:minSdkVersion="7" />
</manifest>

0 comments on commit fcd23ef

Please sign in to comment.