Skip to content

Commit

Permalink
Update version to 0.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
titinko committed Oct 24, 2020
1 parent b41d1e7 commit 156093d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>com.utsusynth</groupId>
<artifactId>utsu</artifactId>
<version>0.4.1</version>
<version>0.4.2</version>
<packaging>jar</packaging>

<name>utsu</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/utsusynth/utsu/UtsuModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ private FXMLLoader provideFXMLLoader(final Injector injector) {
@Provides
@Version
private String provideVersion() {
return ("0.4.1");
return ("0.4.2");
}

@Provides
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/css/themes/dark_theme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ADD_NOTE_BOX_BORDER=#2a61c7

TRACK_CELL_LIGHT=#383c3d
TRACK_CELL_DARK=#2a2d2e
TRACK_CELL_PREROLL=#81888a
TRACK_CELL_PREROLL=#4c5054
TRACK_BORDER_THICK=#175fa3
TRACK_BORDER_THIN=#131414

Expand Down

0 comments on commit 156093d

Please sign in to comment.