lnsocket

A minimal C library for connecting to the lightning network
git clone git://jb55.com/lnsocket
Log | Files | Refs | Submodules | README | LICENSE

commit f920d4adc70a39cbf0866d1639bb6203af0fb658
parent af11f9c7b0a4d3b8aab11bdfc0f711ee7823ee71
Author: William Casarin <jb55@jb55.com>
Date:   Wed, 23 Mar 2022 10:05:14 -0700

0.3.0

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
Mpackage.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json @@ -1,7 +1,7 @@ { "name": "lnsocket", "description": "Connect to the lightning network", - "version": "0.2.5", + "version": "0.3.0", "repository": { "url": "https://github.com/jb55/lnsocket" },