Browse Source

v0.9.4

bwt 0.9.4
Craig Raw 5 years ago
parent
commit
9a395f5dd1
  1. 2
      build.gradle
  2. 2
      src/main/deploy/package/osx/Info.plist
  3. 2
      src/main/java/com/sparrowwallet/sparrow/MainApp.java
  4. 2
      src/main/resources/com/sparrowwallet/sparrow/darktheme.css

2
build.gradle

@ -5,7 +5,7 @@ plugins {
id 'org.beryx.jlink' version '2.17.4' id 'org.beryx.jlink' version '2.17.4'
} }
def sparrowVersion = '0.9.3' def sparrowVersion = '0.9.4'
def os = org.gradle.internal.os.OperatingSystem.current() def os = org.gradle.internal.os.OperatingSystem.current()
def osName = os.getFamilyName() def osName = os.getFamilyName()
if(os.macOsX) { if(os.macOsX) {

2
src/main/deploy/package/osx/Info.plist

@ -21,7 +21,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.9.3</string> <string>0.9.4</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<!-- See https://developer.apple.com/app-store/categories/ for list of AppStore categories --> <!-- See https://developer.apple.com/app-store/categories/ for list of AppStore categories -->

2
src/main/java/com/sparrowwallet/sparrow/MainApp.java

@ -28,7 +28,7 @@ import java.util.stream.Collectors;
public class MainApp extends Application { public class MainApp extends Application {
public static final String APP_NAME = "Sparrow"; public static final String APP_NAME = "Sparrow";
public static final String APP_VERSION = "0.9.3"; public static final String APP_VERSION = "0.9.4";
private Stage mainStage; private Stage mainStage;

2
src/main/resources/com/sparrowwallet/sparrow/darktheme.css

@ -128,7 +128,7 @@
color-6: #c678dd; color-6: #c678dd;
color-7: #be5046; color-7: #be5046;
color-8: #c8ccd4; color-8: #c8ccd4;
color-grey: #565c64; color-grey: #3e4451;
} }
.root .success { .root .success {

Loading…
Cancel
Save