diff --git a/CryptoNoteWallet.cmake b/CryptoNoteWallet.cmake index 7270b93..9f4b00d 100644 --- a/CryptoNoteWallet.cmake +++ b/CryptoNoteWallet.cmake @@ -1,4 +1,4 @@ set(CN_PROJECT_NAME "KarboLite") set(CN_CURRENCY_DISPLAY_NAME "Karbo") set(CN_CURRENCY_TICKER "KRB") -set(CN_VERSION 1.0.4) +set(CN_VERSION 1.0.5) diff --git a/cryptonote b/cryptonote index 32b9365..5e8ac47 160000 --- a/cryptonote +++ b/cryptonote @@ -1 +1 @@ -Subproject commit 32b93656d9e74b422b04a4f33a5f24bea715e8b8 +Subproject commit 5e8ac47cde58805de596451427c56c8dcf8db4ce diff --git a/src/karbowanecwallet.desktop b/src/karbowanecwallet.desktop index ffed0aa..b0c0be8 100644 --- a/src/karbowanecwallet.desktop +++ b/src/karbowanecwallet.desktop @@ -8,4 +8,4 @@ Type=Application Icon=Karbovanets MimeType=x-scheme-handler/karbowanec; Categories=Office;Finance; -Version=1.0.4 +Version=1.0.5 diff --git a/src/karbowanecwallet.rc b/src/karbowanecwallet.rc index a29661d..f4a1a3c 100644 --- a/src/karbowanecwallet.rc +++ b/src/karbowanecwallet.rc @@ -4,8 +4,8 @@ IDI_ICON1 ICON "images\Karbovanets.ico" #define VER_FILEVERSION 1,0,0,0 #define VER_FILEVERSION_STR "1.0.0.0\0" -#define VER_PRODUCTVERSION 1,0,4 -#define VER_PRODUCTVERSION_STR "1.0.4\0" +#define VER_PRODUCTVERSION 1,0,5 +#define VER_PRODUCTVERSION_STR "1.0.5\0" #define VER_FILEDESCRIPTION_STR "Karbo" #define VER_INTERNALNAME_STR "KarboLiteWallet" #define VER_LEGALCOPYRIGHT_STR "Copyright (C) 2016-2017, Karbowanec Developers"