From ed87b16c80dc59b2f329af671e743b280f622729 Mon Sep 17 00:00:00 2001 From: slackve Date: Sat, 23 May 2020 19:12:22 -0500 Subject: [PATCH] update version to 0.0.5+2 --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index baf6a9d..e13af0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.0.5+2 +### New Features +[ADD] AccountPropertiesAddressTransaction. + +[ADD] AccountPropertiesMosaicTransaction. + +[ADD] AccountPropertiesEntityTypeTransaction. + ## 0.0.5+1 ### New Features [ADD] AddExchangeOfferTransaction model. diff --git a/README.md b/README.md index 828c5b7..7b55619 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Add this to your package's pubspec.yaml file: ```dart dependencies: - xpx_chain_sdk: 0.0.5+1 + xpx_chain_sdk: 0.0.5+2 ``` **2. Install it** diff --git a/pubspec.yaml b/pubspec.yaml index 97b1fb9..7327a95 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: xpx_chain_sdk -version: 0.0.5+1 +version: 0.0.5+2 author: 'Eleazar Garrido ' description: 'The ProximaX Sirius Chain Dart SDK works as a lightweight Dart library for interacting with the Sirius Blockchain.'