Skip to content

Commit

Permalink
update version number in code to match the version number in the pom.…
Browse files Browse the repository at this point in the history
…xml file
  • Loading branch information
br-pagina committed Nov 22, 2022
1 parent 75d82dc commit 1468ae6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class PaginaEPUBChecker {

// +++++++++++++++++++++++++ DON'T FORGET TO UPDATE EVERYTIME ++++++++++++++++++ //

public static final String PROGRAMVERSION = "2.1.0";
public static final String PROGRAMVERSION = "2.0.7";
public static final String VERSIONDATE = "22.11.2022";
public static final String PROGRAMRELEASE = ""; // "" or "Beta"
public static final String RELEASENOTES = "-accessibility: support screenreaders<br/>-accessibility: added high contrast mode<br/>-accessibility: options to change font sizes<br/>-accessibility: added keyboard shortcuts to open menus";
Expand Down

0 comments on commit 1468ae6

Please sign in to comment.