From 3cb387aedd5a289e53d82178c9183875ce8cffeb Mon Sep 17 00:00:00 2001 From: Andrei O Date: Fri, 20 Sep 2024 15:24:51 +0300 Subject: [PATCH] chore: push new version --- apps/yup-live-mobile/android/app/build.gradle | 4 ++-- .../public/mobile/latest-version.json | 2 +- packages/shared/src/utils/frame.ts | 24 +++++++++---------- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/apps/yup-live-mobile/android/app/build.gradle b/apps/yup-live-mobile/android/app/build.gradle index 6340118..5ac8d2a 100644 --- a/apps/yup-live-mobile/android/app/build.gradle +++ b/apps/yup-live-mobile/android/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "gf.info.yup" minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion - versionCode 57 - versionName "1.4.5" + versionCode 58 + versionName "1.4.6" 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/apps/yup-live/public/mobile/latest-version.json b/apps/yup-live/public/mobile/latest-version.json index 36c9077..a7e2bb2 100644 --- a/apps/yup-live/public/mobile/latest-version.json +++ b/apps/yup-live/public/mobile/latest-version.json @@ -1,5 +1,5 @@ { - "version": "1.4.5", + "version": "1.4.6", "forced": false, "paused": false, "message": "A new version of the app is available. It is recommended to update to the latest version. Do you want to update now?", diff --git a/packages/shared/src/utils/frame.ts b/packages/shared/src/utils/frame.ts index f7914c7..8aff0aa 100644 --- a/packages/shared/src/utils/frame.ts +++ b/packages/shared/src/utils/frame.ts @@ -40,18 +40,18 @@ export const getStaticMetaFrame = (image: string) => { "name": "fc:frame:button:2:target", "content": "https://yup.live/sign-up" }, - { - "name": "fc:frame:button:3", - "content": "MiniApp" - }, - { - "name": "fc:frame:button:3:action", - "content": "link" - }, - { - "name": "fc:frame:button:3:target", - "content": 'https%3A%2F%2Fwarpcast.com%2F%3FcomposerActionURL%3Dhttps%3A%2F%2Fapi.paragraph.xyz%2Ffarcaster%2Fv2%2Faction%3Furl%3Dhttps%3A%2F%2Fparagraph.xyz.yup.live' - }, + // { + // "name": "fc:frame:button:3", + // "content": "MiniApp" + // }, + // { + // "name": "fc:frame:button:3:action", + // "content": "link" + // }, + // { + // "name": "fc:frame:button:3:target", + // "content": 'https%3A%2F%2Fwarpcast.com%2F%3FcomposerActionURL%3Dhttps%3A%2F%2Fapi.paragraph.xyz%2Ffarcaster%2Fv2%2Faction%3Furl%3Dhttps%3A%2F%2Fparagraph.xyz.yup.live' + // }, ] as { name: string, content: string }[]; return meta; }; \ No newline at end of file