diff --git a/Changes b/Changes index b3edab7..cf11ac4 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ {{$NEXT}} +0.005 2024-12-11 15:44:26+00:00 UTC + - add tron blockchain subscription + 0.004 2024-03-04 04:49:32+00:00 UTC - RPC call "getbalance" added as get_balance for Bitcoin 0.003 2023-09-12 17:08:09+00:00 UTC diff --git a/Makefile.PL b/Makefile.PL index 8e436de..35f993e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -56,7 +56,7 @@ my %WriteMakefileArgs = ( "Test::More" => "0.98", "Test::TCP" => 0 }, - "VERSION" => "0.004", + "VERSION" => "0.006", "test" => { "TESTS" => "t/*.t" } diff --git a/lib/Net/Async/Blockchain.pm b/lib/Net/Async/Blockchain.pm index edcf26e..6e2df34 100644 --- a/lib/Net/Async/Blockchain.pm +++ b/lib/Net/Async/Blockchain.pm @@ -3,7 +3,7 @@ package Net::Async::Blockchain; use strict; use warnings; -our $VERSION = '0.004'; +our $VERSION = '0.006'; =head1 NAME