diff --git a/dao/Cargo.toml b/dao/Cargo.toml index 7166e0e..aba9ac0 100644 --- a/dao/Cargo.toml +++ b/dao/Cargo.toml @@ -80,12 +80,12 @@ version = '0.4.14' [dependencies.pallet-task] default-features = false git = 'https://github.com/UniversalDot/pallets.git' -version = '0.0.41' +version = '0.0.42' [dependencies.pallet-profile] default-features = false git = 'https://github.com/UniversalDot/pallets.git' -version = '0.0.68' +version = '0.0.69' [dependencies.pallet-balances] version = '4.0.0-dev' diff --git a/task/Cargo.toml b/task/Cargo.toml index 7cbd3e5..0a77162 100644 --- a/task/Cargo.toml +++ b/task/Cargo.toml @@ -1,6 +1,6 @@ [package] name = 'pallet-task' -version = '0.0.41' +version = '0.0.42' description = 'FRAME pallet for creating tasks' authors = ['UNIVERSALDOT FOUNDATION '] homepage = 'https://universaldot.foundation' @@ -84,7 +84,7 @@ tag = 'monthly-2021-11' [dependencies.pallet-profile] default-features = false git = 'https://github.com/UniversalDot/pallets.git' -version = '0.0.68' +version = '0.0.69' [features] default = ['std']