Skip to content

Commit

Permalink
Merge branch 'BlueWallet:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
prajwalprogrammer authored May 29, 2023
2 parents d1e6777 + 2b62fb6 commit bcc0948
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 25 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-release-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
steps:
- name: Checkout project
uses: actions/checkout@v3
with:
fetch-depth: "0"

- name: Specify node version
uses: actions/setup-node@v2-beta
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 BlueWallet developers
Copyright (c) 2023 BlueWallet developers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion ios/fastlane/metadata/copyright.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022 BlueWallet Services S.R.L.
2023 BlueWallet Services S.R.L.
40 changes: 20 additions & 20 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"coinselect": "3.1.13",
"crypto-js": "4.1.1",
"dayjs": "1.11.7",
"detox": "20.9.0",
"detox": "20.9.1",
"ecpair": "2.0.1",
"ecurve": "1.0.6",
"electrum-client": "https://github.com/BlueWallet/rn-electrum-client#76c0ea35e1a50c47f3a7f818d529ebd100161496",
Expand Down Expand Up @@ -187,7 +187,7 @@
"react-native-tor": "0.1.8",
"react-native-vector-icons": "9.2.0",
"react-native-watch-connectivity": "1.1.0",
"react-native-webview": "12.0.3",
"react-native-webview": "12.1.0",
"react-native-widget-center": "https://github.com/BlueWallet/react-native-widget-center#a128c38",
"readable-stream": "3.6.2",
"realm": "11.9.0",
Expand Down
2 changes: 1 addition & 1 deletion screen/settings/licensing.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Licensing = () => {
<BlueCard>
<BlueText>MIT License</BlueText>
<BlueSpacing20 />
<BlueText>Copyright (c) 2018-2022 BlueWallet developers</BlueText>
<BlueText>Copyright (c) 2018-2023 BlueWallet developers</BlueText>
<BlueSpacing20 />
<BlueText>
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files
Expand Down

0 comments on commit bcc0948

Please sign in to comment.