From 209b21e20eb6f337c337d38b8e2e68f0d8e91118 Mon Sep 17 00:00:00 2001 From: Samuel Date: Thu, 25 Aug 2022 17:25:17 +0200 Subject: [PATCH] Up version --- README.md | 1 - mix.exs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ae7a9d930..74b6d46bc 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,6 @@ Current implemented features: ### Short term These are the features will be implemented very soon (already in the pipe of the core team) -- Decentralized Wallet & Identity - Yubikey integration for node enrollment and key management - Provide exception on the smart contract inherit constraints - Network coordinates aggregation from the BeaconChain diff --git a/mix.exs b/mix.exs index 7450b7738..c28a376bd 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Archethic.MixProject do def project do [ app: :archethic, - version: "0.21.0", + version: "0.22.0", build_path: "_build", config_path: "config/config.exs", deps_path: "deps",