diff options
-rw-r--r-- | dist/handlebars.js | 4 | ||||
-rw-r--r-- | dist/handlebars.runtime.js | 4 | ||||
-rw-r--r-- | lib/handlebars/base.js | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dist/handlebars.js b/dist/handlebars.js index c6b8e71..9c653ee 100644 --- a/dist/handlebars.js +++ b/dist/handlebars.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 = {}; 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 = {}; diff --git a/lib/handlebars/base.js b/lib/handlebars/base.js index 79ce06f..04e9a52 100644 --- a/lib/handlebars/base.js +++ b/lib/handlebars/base.js @@ -5,12 +5,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 = {}; |