diff --git a/src/exp.js b/src/exp.js index e985dbb..4215697 100644 --- a/src/exp.js +++ b/src/exp.js @@ -321,6 +321,7 @@ class Exp { /* Bind helper methods */ this.model.$anim = $anim; this.model.$validateEmail = $validateEmail; + this.model.$version = "v1.2.12"; /* Bind special methods to be used in `this` scope */ this.model.removeBanner = this.removeBanner.bind(this, this.app);