reverted GH repos and increased version number

This commit is contained in:
jahway603
2021-08-23 16:00:03 -04:00
parent fb9e1c2ad5
commit 1d1eb6e102
4 changed files with 41 additions and 41 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "silentdragonlite-cli"
version = "1.1.0"
version = "1.1.1"
edition = "2018"
[dependencies]

View File

@@ -11,7 +11,7 @@ use silentdragonlitelib::{commands,
#[macro_export]
macro_rules! configure_clapapp {
( $freshapp: expr ) => {
$freshapp.version("1.0.0")
$freshapp.version("1.1.1")
.arg(Arg::with_name("dangerous")
.long("dangerous")
.help("Disable server TLS certificate verification. Use this if you're running a local lightwalletd with a self-signed certificate. WARNING: This is dangerous, don't use it with a server that is not your own.")

View File

@@ -1 +1 @@
pub const VERSION:&str = "1.1.0";
pub const VERSION:&str = "1.1.1";