Skip to content

Commit

Permalink
version increase
Browse files Browse the repository at this point in the history
  • Loading branch information
yermak committed Mar 22, 2020
1 parent 3d8d44a commit 4502aca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/uk/yermak/audiobookconverter/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
public class Version {
private final static int MAJOR = 4;
private final static int MINOR = 2;
private final static int BUILD = 1;
private final static int BUILD = 2;

public static String getVersionString() {
return "AudioBookConverter-" + MAJOR + "." + MINOR + "." + BUILD;
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
AudioBookConverter-4.2.1
AudioBookConverter-4.2.2

0 comments on commit 4502aca

Please sign in to comment.