Merge pull request #122 from sr-gi/bump-teos-version

Bumps teos version to 0.1.2
This commit is contained in:
Sergi Delgado Segura 2022-09-20 13:16:42 +00:00 committed by GitHub
commit ab22bed3e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "teos-common"
version = "0.0.1"
version = "0.1.2"
authors = ["Sergi Delgado Segura <sergi.delgado.s@gmail.com>"]
edition = "2018"

View file

@ -1,6 +1,6 @@
[package]
name = "teos"
version = "0.0.1"
version = "0.1.2"
authors = ["Sergi Delgado Segura <sergi.delgado.s@gmail.com>"]
license = "MIT"
edition = "2018"

View file

@ -37,7 +37,7 @@ pub struct GetAppointmentsData {
#[derive(StructOpt, Debug)]
#[structopt(rename_all = "lowercase")]
#[structopt(
version = "0.0.1",
version = env!("CARGO_PKG_VERSION"),
about = "The Eye of Satoshi - CLI",
name = "teos-cli"
)]

View file

@ -44,7 +44,7 @@ impl std::error::Error for ConfigError {}
/// Holds all the command line options.
#[derive(StructOpt, Debug, Clone)]
#[structopt(rename_all = "lowercase")]
#[structopt(version = "0.0.1", about = "The Eye of Satoshi - Lightning watchtower")]
#[structopt(version = env!("CARGO_PKG_VERSION"), about = "The Eye of Satoshi - Lightning watchtower")]
pub struct Opt {
/// Address teos HTTP(s) API will bind to [default: localhost]
#[structopt(long)]

View file

@ -1,6 +1,6 @@
[package]
name = "watchtower-plugin"
version = "0.1.0"
version = "0.1.2"
authors = ["Sergi Delgado Segura <sergi.delgado.s@gmail.com>"]
license = "MIT"
edition = "2018"

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "tests"
version = "0.1.0"
version = "0.1.2"
description = "watchtower-plugin tests"
authors = ["Sergi Delgado Segura <sergi.delgado.s@gmail.com>"]
license = "MIT"