Skip to content

Commit

Permalink
lndmanage: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bitromortac committed Apr 2, 2022
1 parent a070e32 commit 1d62311
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ If you are running an older version of lnd checkout the according
[tag](https://github.com/bitromortac/lndmanage/releases).

### Requirements
Installation of lndmanage requires `>=python3.8`, `lnd v0.13.X/v0.14.0`, `python3-venv`.
Installation of lndmanage requires `>=python3.8`, `v0.14.x`, `python3-venv`.

#### Optional Requirements
Depending on if you want to install from source dependency packages you may
Expand Down Expand Up @@ -567,4 +567,4 @@ script and observe differences via git.
## Docker

If you prefer to run `lndmanage` from a docker container, `cd docker`
and follow the [`README`](docker/README.md) there.
and follow the [`README`](docker/README.md) there.
2 changes: 1 addition & 1 deletion lndmanage/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.14.0'
__version__ = '0.14.1'

0 comments on commit 1d62311

Please sign in to comment.