Skip to content

Commit b5a1d4c

Browse files
committed
jfreechart export improved (new component)
1 parent 0b90ec0 commit b5a1d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VRL-JFreeChart/src/edu/gcsc/vrl/jfreechart/JFXPluginConfigurator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public class JFXPluginConfigurator extends VPluginConfigurator implements java.i
5858
private static final long serialVersionUID=1;
5959
public JFXPluginConfigurator() {
6060
// specifiy the plugin name, version
61-
setIdentifier(new PluginIdentifier("VRL-JFreeChart", "0.2.5"));
61+
setIdentifier(new PluginIdentifier("VRL-JFreeChart", "0.2.5.1"));
6262

6363
// add dependencies
6464
// e.g.: addDependency(new PluginDependency("VRL-UG4", "0.1","0.2"));

0 commit comments

Comments
 (0)