Skip to content

Commit abdf345

Browse files
committed
bump to 0.0.5
1 parent 7ea1af5 commit abdf345

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
lnd-client (0.0.4)
4+
lnd-client (0.0.5)
55
grpc (~> 1.52)
66

77
GEM

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ This is a low-level client library. For a better experience, you may want to che
1616
Add to your `Gemfile`:
1717

1818
```ruby
19-
gem 'lnd-client', '~> 0.0.4'
19+
gem 'lnd-client', '~> 0.0.5'
2020
```
2121

2222
```ruby
2323
require 'lnd-client'
2424

25-
puts LNDClient.version # => 0.0.4
25+
puts LNDClient.version # => 0.0.5
2626

2727
client = LNDClient.new(
2828
certificate_path: '/lnd/tls.cert',
@@ -58,7 +58,7 @@ end
5858
```ruby
5959
require 'lnd-client'
6060

61-
puts LNDClient.version # => 0.0.4
61+
puts LNDClient.version # => 0.0.5
6262

6363
client = LNDClient.new(
6464
certificate_path: '/lnd/tls.cert',
@@ -81,7 +81,7 @@ graph.edges # => [...]
8181
```ruby
8282
require 'lnd-client'
8383

84-
puts LNDClient.version # => 0.0.4
84+
puts LNDClient.version # => 0.0.5
8585

8686
client = LNDClient.new(
8787
certificate_path: '/lnd/tls.cert',
@@ -148,5 +148,5 @@ gem build lnd-client.gemspec
148148

149149
gem signin
150150

151-
gem push lnd-client-0.0.4.gem
151+
gem push lnd-client-0.0.5.gem
152152
```

static/spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module LNDClientInternal
44
module Static
55
SPEC = {
66
name: 'lnd-client',
7-
version: '0.0.4',
7+
version: '0.0.5',
88
author: 'icebaker',
99
summary: 'Ruby Lightning Network Daemon (lnd) Client',
1010
description: 'Ruby Lightning Network Daemon (lnd) Client',

0 commit comments

Comments
 (0)