diff --git a/packages/plugin-survey-html-form/src/index.ts b/packages/plugin-survey-html-form/src/index.ts
index 5487fba8..e5c0d9d9 100644
--- a/packages/plugin-survey-html-form/src/index.ts
+++ b/packages/plugin-survey-html-form/src/index.ts
@@ -1,56 +1,76 @@
import { JsPsych, JsPsychPlugin, ParameterType, TrialType } from "jspsych";
+import { version } from "../package.json";
+
const info = {
name: "survey-html-form",
+ version: version,
parameters: {
/** HTML formatted string containing all the input elements to display. Every element has to have its own distinctive name attribute. The