Skip to content

Commit f17b795

Browse files
committed
bump to 0.0.7
1 parent c7883a9 commit f17b795

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
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.6)
4+
lnd-client (0.0.7)
55
grpc (~> 1.52)
66

77
GEM

README.md

+3-3
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.6'
19+
gem 'lnd-client', '~> 0.0.7'
2020
```
2121

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

25-
puts LNDClient.version # => 0.0.6
25+
puts LNDClient.version # => 0.0.7
2626

2727
client = LNDClient.new(
2828
'lndconnect://127.0.0.1:10009?cert=MIICJz...JBEERQ&macaroon=AgEDbG...45ukJ4'
@@ -98,5 +98,5 @@ gem build lnd-client.gemspec
9898

9999
gem signin
100100

101-
gem push lnd-client-0.0.6.gem
101+
gem push lnd-client-0.0.7.gem
102102
```

docs/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ This is a low-level client library. For a better experience, you may want to che
1010

1111
Add to your `Gemfile`:
1212
```ruby
13-
gem 'lnd-client', '~> 0.0.6'
13+
gem 'lnd-client', '~> 0.0.7'
1414
```
1515

1616
```ruby
1717
require 'lnd-client'
1818

19-
puts LNDClient.version # => 0.0.6
19+
puts LNDClient.version # => 0.0.7
2020

2121
client = LNDClient.new(
2222
'lndconnect://127.0.0.1:10009?cert=MIICJz...JBEERQ&macaroon=AgEDbG...45ukJ4'
@@ -53,7 +53,7 @@ end
5353
```ruby
5454
require 'lnd-client'
5555

56-
puts LNDClient.version # => 0.0.6
56+
puts LNDClient.version # => 0.0.7
5757

5858
client = LNDClient.new(
5959
'lndconnect://127.0.0.1:10009?cert=MIICJz...JBEERQ&macaroon=AgEDbG...45ukJ4'
@@ -287,7 +287,7 @@ gem build lnd-client.gemspec
287287

288288
gem signin
289289

290-
gem push lnd-client-0.0.6.gem
290+
gem push lnd-client-0.0.7.gem
291291
```
292292

293293
# Services
@@ -1760,7 +1760,7 @@ client.router.x_import_mission_control(
17601760
_________________
17611761

17621762
<center>
1763-
lnd-client 0.0.6
1763+
lnd-client 0.0.7
17641764
|
17651765
<a href="https://github.com/icebaker/lnd-client" rel="noopener noreferrer" target="_blank">GitHub</a>
17661766
|

docs/_coverpage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
- Straightforward access to [lnd](https://github.com/lightningnetwork/lnd) [gRPC API](https://lightning.engineering/api-docs/api/lnd/#grpc)
66

7-
0.0.6
7+
0.0.7
88

99
[Documentation](README)
1010
[GitHub](https://github.com/icebaker/lnd-client)

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<script>
1818
window.$docsify = {
1919
coverpage: true,
20-
name: 'lnd-client 0.0.6',
20+
name: 'lnd-client 0.0.7',
2121
repo: 'https://github.com/icebaker/lnd-client'
2222
}
2323
</script>

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.6',
7+
version: '0.0.7',
88
author: 'icebaker',
99
summary: 'Ruby Lightning Network Daemon (lnd) Client',
1010
description: 'Ruby Lightning Network Daemon (lnd) Client',

0 commit comments

Comments
 (0)