Skip to content

Commit

Permalink
Merge tag 'release-0.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
biotinker committed May 25, 2016
2 parents 9b7d857 + 59716bf commit 43c11b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.5.0:
-Reworked menus significantly, splitting many things from "LibreTasks" into "Settings" or "Signals"
-Added support for bluetooth
-Forced a database reset

0.4.1:
-Removed Twitter functionality altogether

Expand Down
4 changes: 2 additions & 2 deletions LibreTasks/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="libretasks.app" android:versionCode="20"
android:versionName="0.4.1">
package="libretasks.app" android:versionCode="21"
android:versionName="0.5.0">
<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="16" />

<application android:icon="@drawable/icon" android:label="@string/libretasks"
Expand Down

0 comments on commit 43c11b4

Please sign in to comment.