Skip to content

Commit

Permalink
Merge pull request #321 from e-picsa/chore/content-updates
Browse files Browse the repository at this point in the history
chore: update testimonial videos
  • Loading branch information
chrismclarke authored Aug 12, 2024
2 parents c8f7733 + e4eacac commit 96cc7fb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions apps/picsa-apps/extension-app-native/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
8 changes: 4 additions & 4 deletions libs/data/resources/videos/testimonials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ const PICSA_VIDEO_TESTIMONIAL_BASE: Record<string, Omit<IPicsaVideoData, 'id'>>
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',
},
],
},
Expand All @@ -20,11 +20,11 @@ const PICSA_VIDEO_TESTIMONIAL_BASE: Record<string, Omit<IPicsaVideoData, 'id'>>
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',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion libs/environments/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import packageJson from '../../../package.json';

export const APP_VERSION = {
number: packageJson.version,
date: '2024-08-08',
date: '2024-08-12',
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "picsa-apps",
"version": "3.44.0",
"version": "3.44.1",
"license": "See LICENSE",
"scripts": {
"ng": "nx",
Expand Down

0 comments on commit 96cc7fb

Please sign in to comment.