handlebars.runtime.js in handlebars-source-1.2.0 vs handlebars.runtime.js in handlebars-source-1.2.1

- old
+ new

@@ -1,8 +1,8 @@ /*! - handlebars v1.2.0 + handlebars v1.2.1 Copyright (C) 2011 by Yehuda Katz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -152,10 +152,10 @@ "use strict"; var __exports__ = {}; var Utils = __dependency1__; var Exception = __dependency2__; - var VERSION = "1.2.0"; + var VERSION = "1.2.1"; __exports__.VERSION = VERSION;var COMPILER_REVISION = 4; __exports__.COMPILER_REVISION = COMPILER_REVISION; var REVISION_CHANGES = { 1: '<= 1.0.rc.2', // 1.0.rc.2 is actually rev2 but doesn't report it 2: '== 1.0.0-rc.3',