diff options
Diffstat (limited to 'dist/handlebars.runtime.js')
-rw-r--r-- | dist/handlebars.runtime.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/handlebars.runtime.js b/dist/handlebars.runtime.js index e2f8427..f381134 100644 --- a/dist/handlebars.runtime.js +++ b/dist/handlebars.runtime.js @@ -29,12 +29,12 @@ this.Handlebars = {}; (function(Handlebars) { -Handlebars.VERSION = "1.0.rc.2"; +Handlebars.VERSION = "1.0.0-rc.3"; Handlebars.COMPILER_REVISION = 2; Handlebars.REVISION_CHANGES = { 1: '<= 1.0.rc.2', // 1.0.rc.2 is actually rev2 but doesn't report it - 2: '>= 1.0.rc.3' + 2: '>= 1.0.0-rc.3' }; Handlebars.helpers = {}; |