Skip to content

Commit

Permalink
🔖 new version 2.3.8+537
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Jun 26, 2024
1 parent c486e8e commit 7d491a5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ packages:
dependency: "direct main"
description:
name: archethic_dapp_framework_flutter
sha256: "1d1574db56534c2167da3a376eedfff0dcaee0e3d9b01d575d6f88f8022ede32"
sha256: "8d41e006b6af9222b7e6bca91e6dec20abf045d084a5caf55c8ba826e7259dcc"
url: "https://pub.dev"
source: hosted
version: "1.2.3"
version: "1.2.4"
archethic_lib_dart:
dependency: "direct main"
description:
Expand All @@ -94,10 +94,10 @@ packages:
dependency: "direct main"
description:
name: archethic_wallet_client
sha256: "671a4d8570f408a90fcb70d7039be2af518872440c0d7ba74732c5e19cd3be85"
sha256: b144c2db4988823b3c08f9e6ea73e3348abd8fb58a45cd29bd285acded0a98d6
url: "https://pub.dev"
source: hosted
version: "2.0.2"
version: "2.0.3"
archive:
dependency: transitive
description:
Expand Down Expand Up @@ -1547,10 +1547,10 @@ packages:
dependency: "direct dev"
description:
name: patrol
sha256: "7be9a5f249f0a36acf61e7a9192069ac07339ebbfb7e7817cc7e19111fb9e3f1"
sha256: "04f8740d294aa91f415be7c6656fd2b2035720842251215491faaf656b1e98ef"
url: "https://pub.dev"
source: hosted
version: "3.8.0"
version: "3.9.0"
patrol_finders:
dependency: transitive
description:
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Fully decentralized and cryptocurrency non-custodial hot wallet tha

publish_to: "none" # Remove this line if you wish to publish to pub.dev

version: 2.3.8+536
version: 2.3.8+537

environment:
sdk: ">=3.3.0 <4.0.0"
Expand All @@ -20,7 +20,7 @@ dependencies:
url: https://github.com/redDwarf03/app_version_update.git
ref: main

archethic_dapp_framework_flutter: ^1.2.3
archethic_dapp_framework_flutter: ^1.2.4
#archethic_dapp_framework_flutter:
# git:
# url: https://github.com/archethic-foundation/archethic-dapp-framework-flutter.git
Expand All @@ -47,7 +47,7 @@ dependencies:
# path: ../messaging_dart_sdk

# RPC datastructures.
archethic_wallet_client: ^2.0.2
archethic_wallet_client: ^2.0.3
#archethic_wallet_client:
# git:
# url: https://github.com/archethic-foundation/archethic-wallet-client-dart.git
Expand Down Expand Up @@ -320,7 +320,7 @@ msix_config:
publisher_display_name: Archethic Technologies SARL
identity_name: ArchethicTechnologiesSARL.ArchethicWallet
publisher: CN=9687A561-7463-4BA7-BD4D-A04574BAF854
msix_version: 2.38.536.0
msix_version: 2.38.537.0
icons_background_color: "#000000"
languages: en-us
store: true
Expand Down
2 changes: 1 addition & 1 deletion web/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"48": "icons/icon_48.png",
"128": "icons/icon_128.png"
},
"version": "2.3.8.535",
"version": "2.3.8.536",
"content_security_policy": {
"extension_pages": "script-src 'self' ; object-src 'self'"
},
Expand Down
2 changes: 1 addition & 1 deletion web_chrome_extension/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"48": "icons/icon_48.png",
"128": "icons/icon_128.png"
},
"version": "2.3.8.536",
"version": "2.3.8.537",
"content_security_policy": {
"extension_pages": "script-src 'self' ; object-src 'self'"
},
Expand Down

0 comments on commit 7d491a5

Please sign in to comment.