Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoReX committed Mar 3, 2018
1 parent c148ca1 commit 3196342
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
JMkvpropedit v1.4.1
JMkvpropedit v1.4.2

A batch GUI for mkvpropedit (part of MKVToolNix) written in Java.
It should work on Windows, Linux and other *nixes (not tested).
Expand Down
2 changes: 1 addition & 1 deletion src/io/github/brunorex/JMkvpropedit.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

public class JMkvpropedit {

private static final String VERSION_NUMBER = "1.4.1";
private static final String VERSION_NUMBER = "1.4.2";
private static final int MAX_STREAMS = 100;
private static String[] argsArray;

Expand Down

0 comments on commit 3196342

Please sign in to comment.