Fix compiler version tag

This commit is contained in:
kpdecker
2014-08-25 21:13:31 -05:00
parent 64f422b57f
commit 36f00db073
+1 -1
View File
@@ -9,7 +9,7 @@ export var REVISION_CHANGES = {
2: '== 1.0.0-rc.3',
3: '== 1.0.0-rc.4',
4: '== 1.x.x',
5: '>= 2.0.0-alpha.x',
5: '== 2.0.0-alpha.x',
6: '>= 2.0.0-beta.1'
};