Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
APP_VERSION=2.5.19
APP_BUILD_NUMBER=452
APP_VERSION=2.5.20
APP_BUILD_NUMBER=453
1 change: 1 addition & 0 deletions fastlane/metadata/android/en-US/changelogs/453.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Minor improvements
1 change: 1 addition & 0 deletions fastlane/metadata/android/fr-FR/changelogs/453.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Améliorations mineures
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export const SBPTrezorContextProvider = ({ children }: PropsWithChildren) => {
lazyLoad: true,
manifest: {
email: "hello@swiss-bitcoin-pay.ch",
appName: "Swiss Bitcoin Pay Checkout",
appUrl: "https://localhost:7474",
appName: "Swiss Bitcoin Pay PoS",
appUrl: "https://app.swiss-bitcoin-pay.ch",
appIcon:
"https://dashboard.swiss-bitcoin-pay.ch/e12a18c11792966d0494.png"
}
Expand Down
Loading