diff --git a/CHANGELOG.md b/CHANGELOG.md index 41bce7f..a0ca37f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ Changelog ========= +#### Version 1.2.13 +* Add Bitcoin in ucids_tokens config file +* #### Version 1.2.12 * Update dependencies diff --git a/pubspec.yaml b/pubspec.yaml index 2236214..1a801ae 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.2.12 +version: 1.2.13 environment: sdk: ">=3.3.0 <4.0.0"