Skip to content

Commit

Permalink
Release of version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flagbug committed Oct 24, 2014
1 parent 74b85fe commit 09d9bed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v1.4.1
- Fixed a crash when returning from the settings screen.

# v1.4.0
- Added a display for the song duration.
- Fixed crashes when the connection to the server failed.
Expand Down
2 changes: 1 addition & 1 deletion Espera.Android/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" android:versionCode="30" android:versionName="1.4.0" package="com.flagbug.esperamobile">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" android:versionCode="31" android:versionName="1.4.1" package="com.flagbug.esperamobile">
<uses-sdk android:minSdkVersion="15" android:targetSdkVersion="19" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
Expand Down

0 comments on commit 09d9bed

Please sign in to comment.