Skip to content
Commits on Source (3)
......@@ -39,7 +39,7 @@ exports[`blog card component should renders correctly 1`] = `
source={
Object {
"headers": Object {
"App-Version": "3.6.0",
"App-Version": "3.7.0-rc1",
"Cache-Control": "no-cache, no-store, must-revalidate",
"Pragma": "no-cache",
},
......
......@@ -158,7 +158,7 @@ exports[`blog view screen component should renders correctly 1`] = `
source={
Object {
"headers": Object {
"App-Version": "3.6.0",
"App-Version": "3.7.0-rc1",
"Cache-Control": "no-cache, no-store, must-revalidate",
"Pragma": "no-cache",
},
......
......@@ -22,7 +22,7 @@ exports[`channel header component owner should render correctly 1`] = `
source={
Object {
"headers": Object {
"App-Version": "3.6.0",
"App-Version": "3.7.0-rc1",
"Cache-Control": "no-cache, no-store, must-revalidate",
"Pragma": "no-cache",
},
......
......@@ -19,7 +19,13 @@
MYAPP_RELEASE_STORE_FILE=minds.keystore
MYAPP_RELEASE_KEY_ALIAS=alias_name
org.gradle.jvmargs=-Xmx2048m
versionCode=310023
versionName=3.6.0
systemProp.org.gradle.internal.http.connectionTimeout=180000
systemProp.org.gradle.internal.http.socketTimeout=180000
versionName=3.7.0
# CUSTOM
versionCode=1050000000
# PLAY STORE
#versionCode=310023
This diff is collapsed.
......@@ -19,7 +19,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.6.0</string>
<string>3.7.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
......@@ -36,7 +36,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>201905170001</string>
<string>201905300001</string>
<key>CodePushDeploymentKey</key>
<string>_C083_CqL7CmKwASrv6Xrj1wqH7erJMhIBnRQ</string>
<key>ITSAppUsesNonExemptEncryption</key>
......
......@@ -423,7 +423,7 @@
"deactivateChannel": "Desactivar canal",
"options": "Opciones",
"notifications": "Notificaciones",
"logout": "Salir",
"logout": "Cerrar sesión",
"errorSaving": "Error grabando configuración, por favor intenta de nuevo",
"passwordChanged": "Contraseña cambiada satisfactoriamente",
"keyGenerated": "Llaves generadas satisfactoriamente!",
......
export const Version = {
VERSION: '3.6.0',
BUILD: '20190517'
VERSION: '3.7.0-rc1',
BUILD: '20190530'
};