Skip to content

Commit

Permalink
v0.1.26
Browse files Browse the repository at this point in the history
- Dependency updates
  - WebLaF Core v1.2.13 to v1.2.14
  - WebLaF UI v1.2.13 to v1.2.14
  - junit Jupiter API v5.10.2
  - xstream v1.4.20
  • Loading branch information
axelberndt committed May 7, 2024
1 parent d2cee50 commit 8fe6052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mpmToolbox/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* @author Axel Berndt
*/
public class Main {
public static final String version = "0.1.25";
public static final String version = "0.1.26";

public static void main(String[] args) {
// read the application settings from file
Expand Down

0 comments on commit 8fe6052

Please sign in to comment.