Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantinullrich committed May 1, 2024
1 parent 821f3a9 commit 71eb2e1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 4 additions & 4 deletions lib/src/screens/settings/settings_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ class SettingsPage extends BasePage {
),
),
OptionRow(
name: S.of(context).contacts,
name: "WalletConnect",
onTap: (_) =>
Navigator.of(context).pushNamed(Routes.addressBook),
Navigator.of(context).pushNamed(Routes.settingsWalletConnect),
),
OptionRow(
name: "WalletConnect",
name: S.of(context).contacts,
onTap: (_) =>
Navigator.of(context).pushNamed(Routes.settingsWalletConnect),
Navigator.of(context).pushNamed(Routes.addressBook),
),
OptionRow(
name: S.of(context).nodes,
Expand Down
8 changes: 8 additions & 0 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.1.0+1"
jazzicon:
dependency: "direct main"
description:
name: jazzicon
sha256: c9aea664bef9164fc9a5bec4ad94c87e6bdb3556dcd9c97eb6ddca64b93ff009
url: "https://pub.dev"
source: hosted
version: "1.1.0"
js:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ publish_to: 'none'
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.0.0+6
version: 1.0.1+8

environment:
sdk: '>=3.2.0 <4.0.0'
Expand Down

0 comments on commit 71eb2e1

Please sign in to comment.