From e4eacac512bf7b0aece48281b3e3a92fccc0ee3a Mon Sep 17 00:00:00 2001 From: chrismclarke Date: Mon, 12 Aug 2024 09:12:25 -0700 Subject: [PATCH] chore: update testimonial videos --- .../extension-app-native/android/app/build.gradle | 4 ++-- libs/data/resources/videos/testimonials.ts | 8 ++++---- libs/environments/src/version.ts | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/picsa-apps/extension-app-native/android/app/build.gradle b/apps/picsa-apps/extension-app-native/android/app/build.gradle index b1d52c9dc..cce2b33a3 100644 --- a/apps/picsa-apps/extension-app-native/android/app/build.gradle +++ b/apps/picsa-apps/extension-app-native/android/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "io.picsa.extension" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 3044000 - versionName "3.44.0" + versionCode 3044001 + versionName "3.44.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" aaptOptions { // Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps. diff --git a/libs/data/resources/videos/testimonials.ts b/libs/data/resources/videos/testimonials.ts index fa4ee1c9c..341e993b2 100644 --- a/libs/data/resources/videos/testimonials.ts +++ b/libs/data/resources/videos/testimonials.ts @@ -7,11 +7,11 @@ const PICSA_VIDEO_TESTIMONIAL_BASE: Record> children: [ { id: '', - locale_codes: ['mw_ny', 'global_en'], + locale_codes: ['zm_ny', 'global_en'], resolution: '360p', size_kb: 5080, supabase_url: - 'https://wpctacqpzxfzlucblowh.supabase.co/storage/v1/object/public/mw/videos/testimonials/victoria_ngombe.mp4', + 'https://wpctacqpzxfzlucblowh.supabase.co/storage/v1/object/public/zm/videos/testimonials/victoria_ngombe.mp4', }, ], }, @@ -20,11 +20,11 @@ const PICSA_VIDEO_TESTIMONIAL_BASE: Record> children: [ { id: '', - locale_codes: ['zm_ny', 'global_en'], + locale_codes: ['mw_ny', 'global_en'], resolution: '360p', size_kb: 6740, supabase_url: - 'https://wpctacqpzxfzlucblowh.supabase.co/storage/v1/object/public/zm/videos/testimonials/jackline_nkhoma.mp4', + 'https://wpctacqpzxfzlucblowh.supabase.co/storage/v1/object/public/mw/videos/testimonials/jackline_nkhoma.mp4', }, ], }, diff --git a/libs/environments/src/version.ts b/libs/environments/src/version.ts index 49e2699a2..d050e8d7d 100644 --- a/libs/environments/src/version.ts +++ b/libs/environments/src/version.ts @@ -4,5 +4,5 @@ import packageJson from '../../../package.json'; export const APP_VERSION = { number: packageJson.version, - date: '2024-08-08', + date: '2024-08-12', }; diff --git a/package.json b/package.json index 0572b4cda..9de58569d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "picsa-apps", - "version": "3.44.0", + "version": "3.44.1", "license": "See LICENSE", "scripts": { "ng": "nx",