Skip to content

Commit

Permalink
v0.8.40
Browse files Browse the repository at this point in the history
- Update of MPM ornamentation-related code in correspondence with MPM version 2.0.3.
  • Loading branch information
axelberndt committed Aug 30, 2022
1 parent 2035036 commit 9351b67
Show file tree
Hide file tree
Showing 3 changed files with 168 additions and 147 deletions.
4 changes: 4 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
### Version History


#### v0.8.40
- Update of MPM ornamentation-related code in correspondence with MPM version 2.0.3.


#### v0.8.39
- The following methods have been made `public`, so applications can request corresponding data from the classes.
- `meico.mpm.elements.maps.ArticulationMap.getArticulationDataOf()`,
Expand Down
2 changes: 1 addition & 1 deletion src/meico/Meico.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @author Axel Berndt
*/
public class Meico {
public static final String version = "0.8.39";
public static final String version = "0.8.40";

public static void main(String[] args) {
System.out.println("meico v" + Meico.version);
Expand Down

0 comments on commit 9351b67

Please sign in to comment.