diff --git a/README.md b/README.md index 51be52d..1848931 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ SilentDragonLite is a lightwallet for HUSH ($HUSH) runs on Linux and Windows which does not require you to download the full blockchain. This is experimental software under active development! +[![Front.png](https://i.postimg.cc/KjNpvVGk/Front.png)](https://postimg.cc/fSVf880D) + +[![Sendtab.png](https://i.postimg.cc/25hwSJTk/Sendtab.png)](https://postimg.cc/mcZMdm0J) + +[![Neueslogo.png](https://i.postimg.cc/63j67MH5/Neueslogo.png)](https://postimg.cc/KkThwDSd) + ## PRIVACY NOTICE SilentDragonLite contacts a few different external websites to get various bits of data. * coingecko.com for price data API * explorer.myhush.org for explorer links * dexstats.info for address utilities, hush-lightwallet.de to get Data. @@ -26,3 +32,5 @@ cd silentdragonlite ./Silentdragonlite ``` + + diff --git a/silentdragon-lite.pro b/silentdragon-lite.pro index e54460a..0121d8e 100644 --- a/silentdragon-lite.pro +++ b/silentdragon-lite.pro @@ -13,7 +13,7 @@ PRECOMPILED_HEADER = src/precompiled.h QT += widgets QT += websockets -TARGET = Silentdragonlite +TARGET = SilentDragonLite TEMPLATE = app diff --git a/src/version.h b/src/version.h index 76325eb..c404d2b 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define APP_VERSION "1.1" +#define APP_VERSION "1.0.1"