Skip to content

Commit

Permalink
Change version to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
titinko committed Feb 18, 2018
1 parent 398f07b commit 338725a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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.1.1</version>
<version>0.2</version>
<packaging>jar</packaging>

<name>utsu</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@ public void refreshView() {

// Reload pitch map editor.
pitchPane.setContent(pitchEditor.createPitchView(voicebank.get().getPitchData()));

// Remove lyric config editor.
anchorBottom.getChildren().clear();
}

@Override
Expand Down

0 comments on commit 338725a

Please sign in to comment.