No need to compare version numbers here.

It doesn't even work properly.
This commit is contained in:
Nicolas Stepien 2013-04-16 21:15:36 +02:00
parent a1f38160db
commit 60d8f0df56

View File

@ -270,7 +270,6 @@ Settings =
# and out of date extension on this device.
prev = previous.match(/\d+/g).map Number
curr = g.VERSION.match(/\d+/g).map Number
return unless prev[0] <= curr[0] and prev[1] <= curr[1] and prev[2] <= curr[2]
changelog = '<%= meta.repo %>blob/<%= meta.mainBranch %>/CHANGELOG.md'
el = $.el 'span',