Skip to content

Commit

Permalink
v0.7.2
Browse files Browse the repository at this point in the history
- Bugfix in `meico.mei.Mei.addArticulationToMap()` so it really generates articulations.
  • Loading branch information
axelberndt committed Jan 9, 2020
1 parent 4aece29 commit 8d11479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meico/Meico.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @author Axel Berndt
*/
public class Meico {
public static final String version = "0.7.1";
public static final String version = "0.7.2";

/**
* A convenient launcher for the meico gui app.
Expand Down

0 comments on commit 8d11479

Please sign in to comment.