diff --git a/Gemfile.lock b/Gemfile.lock index 3af3aae..28c3527 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - lnrpc (0.13.0) + lnrpc (0.14.1) google-protobuf (>= 3.15.7) grpc (>= 1.28.0) @@ -9,7 +9,7 @@ GEM remote: https://rubygems.org/ specs: diff-lcs (1.5.0) - google-protobuf (3.21.0) + google-protobuf (3.21.1) googleapis-common-protos-types (1.3.1) google-protobuf (~> 3.14) grpc (1.46.3) diff --git a/lib/lnrpc/version.rb b/lib/lnrpc/version.rb index 0177f62..7ce82b3 100644 --- a/lib/lnrpc/version.rb +++ b/lib/lnrpc/version.rb @@ -1,3 +1,3 @@ module Lnrpc - VERSION = "0.14.3" + VERSION = "0.14.1" end