Skip to content

Commit

Permalink
chore: bump up package json version
Browse files Browse the repository at this point in the history
  • Loading branch information
kashif-m committed Dec 12, 2024
1 parent 110beff commit 5cac616
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orca-payment-page",
"version": "0.103.3",
"version": "0.103.4",
"main": "index.js",
"private": true,
"dependencies": {
Expand Down
1 change: 1 addition & 0 deletions src/CardTheme.res
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ let getLocaleObject = async string => {
| NL => Js.import(DutchLocale.localeStrings)
| SV => Js.import(SwedishLocale.localeStrings)
| RU => Js.import(RussianLocale.localeStrings)
| ZH_HANT => Js.import(TraditionalChineseLocale.localeStrings)
}

let awaitedLocaleValue = await promiseLocale
Expand Down

0 comments on commit 5cac616

Please sign in to comment.