diff --git a/AndroidManifest.xml b/AndroidManifest.xml index b62f792c7..b77600b4d 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,5 +1,5 @@ - + diff --git a/ChangeLog b/ChangeLog index 5886f2427..8ff328d54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,5 @@ -===== 1.0.10 (??? ??, 2011) ===== +===== 1.0.10 (May 02, 2011) ===== +* LitRes: sort books by date of purchasing * Fixed book downloading service (book-by-link-downloading works again) * Old authentication dialog has gone * 'Unencrypted protocol' warning message has been restored diff --git a/VERSION b/VERSION index 66c4c2263..7ee7020b3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.9 +1.0.10 diff --git a/default.properties b/default.properties index 401f269ca..513f21f10 100644 --- a/default.properties +++ b/default.properties @@ -10,4 +10,4 @@ # Project target. target=android-8 java.encoding=utf-8 -#proguard.config=proguard.cfg +proguard.config=proguard.cfg