Skip to content

Commit

Permalink
Version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pml-lang committed Oct 3, 2022
1 parent 5db2202 commit 92f7f68
Show file tree
Hide file tree
Showing 15 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0
3.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test {
useJUnitPlatform()
}

version = '3.0.0'
version = '3.1.0'

/*
tasks.withType(JavaCompile) {
Expand Down
Binary file modified dependencies/pdml-commands-0.15.0.jar
Binary file not shown.
Binary file modified dependencies/pdml-core-0.15.0.jar
Binary file not shown.
Binary file modified dependencies/pdml-ext-0.15.0.jar
Binary file not shown.
Binary file modified dependencies/pp-basics-0.11.0.jar
Binary file not shown.
Binary file modified dependencies/pp-commands-0.11.0.jar
Binary file not shown.
Binary file modified dependencies/pp-datatype-0.11.0.jar
Binary file not shown.
Binary file modified dependencies/pp-parameters-0.11.0.jar
Binary file not shown.
Binary file modified dependencies/pp-scripting-0.11.0.jar
Binary file not shown.
Binary file modified dependencies/pp-text-0.11.0.jar
Binary file not shown.
Binary file modified dependencies/pp-texttable-0.11.0.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions pmlc-ext/src/main/java/dev/pmlc/ext/PMLCVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ public class PMLCVersion {
public static @NotNull String APPLICATION_NAME_WITHOUT_SPACES = APPLICATION_NAME.replace ( ' ', '_' );
public static @NotNull String APPLICATION_SHORT_NAME = "PMLC";

public static @NotNull String VERSION = "3.0.0";
public static @NotNull String DATE_PUBLISHED = "2022-08-19";
public static @NotNull String VERSION = "3.1.0";
public static @NotNull String DATE_PUBLISHED = "2022-10-03";
public static @NotNull String VERSION_TEXT = APPLICATION_SHORT_NAME + " " + VERSION + " " + DATE_PUBLISHED;

public static @NotNull String getMajorVersion() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
PML version: 3.0.0
PML version: 3.1.0
This is the default CSS style used for HTML files created with PML.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
PML version: 3.0.0
PML version: 3.1.0
This is the default CSS style used when printing a PML document.
Expand Down

0 comments on commit 92f7f68

Please sign in to comment.