-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #209 from blocknetdx/dev
Merge dev to main
- Loading branch information
Showing
24 changed files
with
208 additions
and
2,173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,3 +68,4 @@ package-lock.json | |
/temp | ||
.DS_Store | ||
/bin | ||
.history/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"linux": { | ||
"url": "https://github.com/blocknetdx/xlite-daemon/releases/download/v0.5.13/xlite-daemon-linux64", | ||
"hash": "3b74ccd13fa167e14248322d31e80553370fe297c58309b4192da63787bf0934" | ||
"url": "https://github.com/blocknetdx/xlite-daemon/releases/download/v0.5.14/xlite-daemon-linux64", | ||
"hash": "a37563bf49dbf643378e0231bde5121d4e46d1142738ae7829a0221db814e788" | ||
}, | ||
"mac": { | ||
"url": "https://github.com/blocknetdx/xlite-daemon/releases/download/v0.5.13/xlite-daemon-osx64", | ||
"hash": "b24b6b7bc1c3bb868a18456bc783b5dec9a24ef7a60fbed2c64c99331ee1e323" | ||
"url": "https://github.com/blocknetdx/xlite-daemon/releases/download/v0.5.14/xlite-daemon-osx64", | ||
"hash": "227a487d5fee74a6495743437dac496ce01a7f2a9f1c79d8a0650e927ea9b063" | ||
}, | ||
"win": { | ||
"url": "https://github.com/blocknetdx/xlite-daemon/releases/download/v0.5.13/xlite-daemon-win64.exe", | ||
"hash": "5b4a0713dfcbd903cefe400b5e38898b9c14f4c69a7a270bbb654de3a85c4189" | ||
"url": "https://github.com/blocknetdx/xlite-daemon/releases/download/v0.5.14/xlite-daemon-win64.exe", | ||
"hash": "18a1d00d1c0885f1506a826462f840dc043f89eb6d64523f0c370f1900e774e0" | ||
} | ||
} |
Oops, something went wrong.