Skip to content

Commit

Permalink
upgrade to hwi 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
craigraw committed Sep 18, 2024
1 parent 8d7308b commit f187603
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/sparrowwallet/sparrow/io/Hwi.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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 = "3.0.0";
private static final String HWI_VERSION = "3.1.0";
private static final String HWI_VERSION_DIR = HWI_VERSION_PREFIX + HWI_VERSION;

private static boolean isPromptActive = false;
Expand Down
Binary file modified src/main/resources/native/linux/aarch64/hwi
Binary file not shown.
Binary file modified src/main/resources/native/linux/x64/hwi
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified src/main/resources/native/windows/x64/hwi.exe
Binary file not shown.

0 comments on commit f187603

Please sign in to comment.