From 6458fb2780a3092bc756e737f246be1de6d3d362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20S=C3=A1?= Date: Tue, 13 Apr 2021 00:55:46 +0100 Subject: [PATCH] =?UTF-8?q?Hotfix=20README=20install=20command=20?= =?UTF-8?q?=F0=9F=98=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c764f0..9629c1b 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,11 @@ This made me realize that in permissioned blockchains where gas is also not a li This means that now the library will only compile on Solidity versions `>=0.8.0` so, if you need `<0.8.0` support for your project just use `v0.1.2` of the library with: ``` -$ truffle install bytes@0.0.6 +$ truffle install bytes@0.8.0 ``` or ``` -$ npm install solidity-bytes-utils@0.0.6 +$ npm install solidity-bytes-utils@0.8.0 ``` * Version `v0.1.2` has a major bug fix.