Skip to content

Commit

Permalink
🔖 new version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
redDwarf03 committed Apr 10, 2024
1 parent bfbb7f0 commit a66f470
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Changelog
=========

#### Version 1.1.0
* Upgrade dependencies (AWC web extension support)

#### Version 1.0.0
* Stable version

Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ packages:
dependency: "direct main"
description:
name: archethic_wallet_client
sha256: cdfadc5d8d095db8b766d327d2bcc2de649102cb69f21851c63d66743900ffd0
sha256: e054d068108ef39cbd913917c35e747d60a1a27c7a332d132332d86b7b8e68cd
url: "https://pub.dev"
source: hosted
version: "1.1.0"
version: "1.2.0"
archive:
dependency: "direct main"
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: archethic_dapp_framework_flutter
description: An internal framework for archethic flutter development
homepage: https://github.com/archethic-foundation/archethic-dapp-framework-flutter

version: 1.0.0
version: 1.1.0

environment:
sdk: ">=3.3.0 <4.0.0"
Expand All @@ -12,7 +12,7 @@ dependencies:
archethic_lib_dart: ^3.3.0

# A client dart library to interact with Archethic Wallet RPC API.
archethic_wallet_client: ^1.1.0
archethic_wallet_client: ^1.2.0

# Compression
archive: ^3.4.10
Expand Down

0 comments on commit a66f470

Please sign in to comment.