Skip to content

Commit

Permalink
Release/1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twestbrookunh authored Feb 20, 2017
1 parent 33cc6ab commit ce0520d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/plugin.template
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def pluginConnect(passDefinition):
passDefinition.versionMajor = 1 # Plugin version shown in plugin list
passDefinition.versionMinor = 0
passDefinition.versionRevision = 0
passDefinition.dependencies=['aggregation'] # If plugin depends on other plugins, specify their plugin ID here
passDefinition.dependencies=['aggregation'] # If plugin depends on other plugins, specify their plugin name here

#passDefinition.callbackInit = templateInit # Reference plugin initialization method here (run once at startup). Not required.
passDefinition.callbackMain = templateMain # Reference plugin main method here. Will receive plugin arguments. Required.
Expand Down

0 comments on commit ce0520d

Please sign in to comment.