From 598d1e94fecb11e3966ec3b63a4730a6d0cd3237 Mon Sep 17 00:00:00 2001 From: JC Date: Wed, 11 Mar 2026 10:13:59 -0600 Subject: [PATCH 1/2] fix: new test version 2.0.18 (305) - history filters --- android/app/build.gradle | 4 ++-- app/translations/en.json | 2 +- app/translations/es.json | 2 +- app/translations/pt.json | 2 +- app/translations/ru.json | 2 +- app/translations/tr.json | 2 +- ios/Zingo.xcodeproj/project.pbxproj | 8 ++++---- package.json | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index e37f314c6..409fb6993 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -115,8 +115,8 @@ android { applicationId 'org.ZingoLabs.Zingo' // Real minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 304 // Real - versionName "zingo-2.0.17" // Real + versionCode 305 // Real + versionName "zingo-2.0.18" // Real testBuildType System.getProperty('testBuildType', 'debug') testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' externalNativeBuild { diff --git a/app/translations/en.json b/app/translations/en.json index a6fa8b583..c4f8beba9 100644 --- a/app/translations/en.json +++ b/app/translations/en.json @@ -1,6 +1,6 @@ { "zingo": "Zingo", - "version": "zingo-2.0.17 (304)", + "version": "zingo-2.0.18 (305)", "loading": "loading...", "connectingserver": "Connecting to the server...", "wait": "Please wait...", diff --git a/app/translations/es.json b/app/translations/es.json index 98d7d22fb..79525feba 100644 --- a/app/translations/es.json +++ b/app/translations/es.json @@ -1,6 +1,6 @@ { "zingo": "Zingo", - "version": "zingo-2.0.17 (304)", + "version": "zingo-2.0.18 (305)", "loading": "cargando...", "connectingserver": "Conectando con el servidor...", "wait": "Por favor espere...", diff --git a/app/translations/pt.json b/app/translations/pt.json index ce6c6de51..b5313cd46 100644 --- a/app/translations/pt.json +++ b/app/translations/pt.json @@ -1,6 +1,6 @@ { "zingo": "Zingo", - "version": "zingo-2.0.17 (304)", + "version": "zingo-2.0.18 (305)", "loading": "carregando...", "connectingserver": "Conectando-se ao servidor...", "wait": "Aguarde um momento...", diff --git a/app/translations/ru.json b/app/translations/ru.json index a191a84ad..c23f7685f 100644 --- a/app/translations/ru.json +++ b/app/translations/ru.json @@ -1,6 +1,6 @@ { "zingo": "Zingo", - "version": "zingo-2.0.17 (304)", + "version": "zingo-2.0.18 (305)", "loading": "загрузка...", "connectingserver": "Подключение к серверу...", "wait": "Пожалуйста, подождите...", diff --git a/app/translations/tr.json b/app/translations/tr.json index d6b157f3b..3f776dcf4 100644 --- a/app/translations/tr.json +++ b/app/translations/tr.json @@ -1,6 +1,6 @@ { "zingo": "Zingo", - "version": "zingo-2.0.17 (304)", + "version": "zingo-2.0.18 (305)", "loading": "Yükleniyor...", "connectingserver": "Sunucuya bağlanılıyor...", "wait": "Lütfen bekleyin...", diff --git a/ios/Zingo.xcodeproj/project.pbxproj b/ios/Zingo.xcodeproj/project.pbxproj index 349c9e6b3..4914b628d 100644 --- a/ios/Zingo.xcodeproj/project.pbxproj +++ b/ios/Zingo.xcodeproj/project.pbxproj @@ -568,7 +568,7 @@ ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Zingo/Zingo.entitlements; - CURRENT_PROJECT_VERSION = 304; + CURRENT_PROJECT_VERSION = 305; DEPLOYMENT_POSTPROCESSING = YES; DEVELOPMENT_TEAM = 788KRST4S8; ENABLE_BITCODE = NO; @@ -586,7 +586,7 @@ "$(PROJECT_DIR)", "$(inherited)", ); - MARKETING_VERSION = 2.0.17; + MARKETING_VERSION = 2.0.18; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", @@ -610,7 +610,7 @@ ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES; CLANG_ENABLE_MODULES = YES; CODE_SIGN_ENTITLEMENTS = Zingo/Zingo.entitlements; - CURRENT_PROJECT_VERSION = 304; + CURRENT_PROJECT_VERSION = 305; DEPLOYMENT_POSTPROCESSING = YES; DEVELOPMENT_TEAM = 788KRST4S8; ENABLE_BITCODE = NO; @@ -628,7 +628,7 @@ "$(PROJECT_DIR)", "$(inherited)", ); - MARKETING_VERSION = 2.0.17; + MARKETING_VERSION = 2.0.18; OTHER_LDFLAGS = ( "$(inherited)", "-ObjC", diff --git a/package.json b/package.json index 1bba81dd6..b8d658604 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zingo-mobile", - "version": "2.0.17", + "version": "2.0.18", "private": true, "scripts": { "android": "react-native run-android", From c66dd8c30018f43b0d196382c76732048f418f6b Mon Sep 17 00:00:00 2001 From: JC Date: Wed, 11 Mar 2026 10:55:20 -0600 Subject: [PATCH 2/2] fix: history filters little fix --- components/History/components/Filters.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/History/components/Filters.tsx b/components/History/components/Filters.tsx index c28ce9589..20d8764e0 100644 --- a/components/History/components/Filters.tsx +++ b/components/History/components/Filters.tsx @@ -222,7 +222,7 @@ const Filters: React.FunctionComponent = ({ { - setFilterWithFundsLocal(!filterWithFunds); + setFilterWithFundsLocal(!filterWithFundsLocal); }}>