mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-12-24 12:46:45 +00:00
hwi v2.1.1
This commit is contained in:
parent
8aa0461d83
commit
e2eb7d3fa9
5 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ public class Hwi {
|
|||
private static final Logger log = LoggerFactory.getLogger(Hwi.class);
|
||||
private static final String HWI_HOME_DIR = "hwi";
|
||||
private static final String HWI_VERSION_PREFIX = "hwi-";
|
||||
private static final String HWI_VERSION = "2.1.0";
|
||||
private static final String HWI_VERSION = "2.1.1";
|
||||
private static final String HWI_VERSION_DIR = HWI_VERSION_PREFIX + HWI_VERSION;
|
||||
|
||||
private static boolean isPromptActive = false;
|
||||
|
|
Binary file not shown.
Binary file not shown.
BIN
src/main/resources/native/osx/x64/hwi-2.1.0-mac-amd64-signed.zip → src/main/resources/native/osx/x64/hwi-2.1.1-mac-amd64-signed.zip
Normal file → Executable file
BIN
src/main/resources/native/osx/x64/hwi-2.1.0-mac-amd64-signed.zip → src/main/resources/native/osx/x64/hwi-2.1.1-mac-amd64-signed.zip
Normal file → Executable file
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue