Updated to 1.0.0-rc.3

This commit is contained in:
Peter Wagenet
2013-02-14 21:58:20 -08:00
parent 7c633b604d
commit bc8214cb7c
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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 = {};
+2 -2
View File
@@ -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 = {};
+2 -2
View File
@@ -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 = {};