Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanmg committed Mar 29, 2021
1 parent a2c03c0 commit a54ff3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class VRNPluginConfigurator extends VPluginConfigurator {
*/
public VRNPluginConfigurator() {
// specify the plugin name and version
setIdentifier(new PluginIdentifier("VRL-VRN-Generator", "0.0.2"));
setIdentifier(new PluginIdentifier("VRL-VRN-Generator", "0.0.3"));

// exported by using the exportPackage() method:
exportPackage("edu.gcsc.vrl.vr");
Expand Down

0 comments on commit a54ff3e

Please sign in to comment.