Skip to content
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.

Commit

Permalink
v1.76
Browse files Browse the repository at this point in the history
  • Loading branch information
raulhaag committed Dec 22, 2017
1 parent 40dbc13 commit 5e831cc
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ Downloads

Changelog
---------
Cambios en v1.76:
* Fix NineManga.
* Fix MangaHere.
* Mejoras internas y en el lector continuo.

Changes in v1.76:
* Fix NineManga.
* Fix MangaHere.
* Internals improves and in continuous reader.

Cambios en v1.75:
* Todos los servidores funcionando al 08/12/2017.

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {

defaultConfig {
applicationId "ar.rulosoft.mimanganu"
versionCode 75
versionName "1.75"
versionCode 76
versionName "1.76"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="update_message">Cambios en v1.75:\n\t* Todos los servidores funcionando 08/12/2017.</string>
<string name="update_message">Cambios en v1.76:\n\t* Fix NineManga.\n\t* Fix MangaHere.\n\t* Mejoras internas y en el lector continuo.</string>
<string name="action_ajustar_a">Ajustar a</string>
<string name="descargas">Descargas</string>
<string name="datosde">Datos de </string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="update_message">Changes in v1.75:\n\t* All servers working 08/12/2017.</string>
<string name="update_message">Changes in v1.76:\n\t* Fix NineManga.\n\t* Fix MangaHere.\n\t* Internals improves and in continuous reader.</string>
<string name="_12hours">12 Hours</string>
<string name="_1day">1 day</string>
<string name="_2day">2 days</string>
Expand Down

0 comments on commit 5e831cc

Please sign in to comment.