summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Wagenet <peter.wagenet@gmail.com>2013-02-14 21:58:20 -0800
committerPeter Wagenet <peter.wagenet@gmail.com>2013-02-14 21:58:20 -0800
commitbc8214cb7cb4b04180f4df33439ac61a92e1123f (patch)
treef7df7b9d8aaf15606aaaf7d72163960c699d99d6
parent7c633b604df137f062d96c30f015847bad20e34e (diff)
downloadhandlebars.js-1.0.0-rc.3.zip
handlebars.js-1.0.0-rc.3.tar.gz
handlebars.js-1.0.0-rc.3.tar.bz2
Updated to 1.0.0-rc.31.0.0-rc.3
-rw-r--r--dist/handlebars.js4
-rw-r--r--dist/handlebars.runtime.js4
-rw-r--r--lib/handlebars/base.js4
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 = {};