From dff2c1a30adf1083602a94cea049f7731b292f93 Mon Sep 17 00:00:00 2001 From: "Terry.Tu" Date: Sun, 25 Jun 2023 11:09:13 +0800 Subject: [PATCH 1/2] version --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index c39ca18..ad11284 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ic_agent (0.1.3) + ic_agent (0.1.4) base32 (~> 0.3.4) bitcoin-ruby (~> 0.0.20) cbor (~> 0.5.9.6) From 2d68cd2b58151538cf89c6b3498feb36566a7273 Mon Sep 17 00:00:00 2001 From: Terry Tu Date: Mon, 26 Jun 2023 10:30:30 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1630260..80c6414 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ `ic_agent` provides basic modules to interact with canisters on the DFINITY Internet Computer. +[![Gem Version](https://badge.fury.io/rb/ic_agent.svg)](https://badge.fury.io/rb/ic_agent) + ## Installation