Skip to content

Commit

Permalink
v0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
craigraw committed Sep 21, 2020
1 parent a99114c commit 9a395f5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
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 osName = os.getFamilyName()
if(os.macOsX) {
Expand Down
2 changes: 1 addition & 1 deletion src/main/deploy/package/osx/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.9.3</string>
<string>0.9.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<!-- See https://developer.apple.com/app-store/categories/ for list of AppStore categories -->
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/sparrowwallet/sparrow/MainApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

public class MainApp extends Application {
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;

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/com/sparrowwallet/sparrow/darktheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
color-6: #c678dd;
color-7: #be5046;
color-8: #c8ccd4;
color-grey: #565c64;
color-grey: #3e4451;
}

.root .success {
Expand Down

0 comments on commit 9a395f5

Please sign in to comment.