From 7d491a5089351a4a66ec01a443740500297034c8 Mon Sep 17 00:00:00 2001 From: redDwarf03 Date: Wed, 26 Jun 2024 09:24:47 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20new=20version=202.3.8+537?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pubspec.lock | 12 ++++++------ pubspec.yaml | 8 ++++---- web/manifest.json | 2 +- web_chrome_extension/public/manifest.json | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 8b2f19470..cea6354d3 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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: @@ -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: @@ -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: diff --git a/pubspec.yaml b/pubspec.yaml index cb627252d..d65a059eb 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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" @@ -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 @@ -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 @@ -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 diff --git a/web/manifest.json b/web/manifest.json index 27e9f79c6..f166f3b46 100644 --- a/web/manifest.json +++ b/web/manifest.json @@ -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'" }, diff --git a/web_chrome_extension/public/manifest.json b/web_chrome_extension/public/manifest.json index f166f3b46..c16e8176c 100644 --- a/web_chrome_extension/public/manifest.json +++ b/web_chrome_extension/public/manifest.json @@ -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'" },