This one I wanted populated at runtime to avoid diff noise.

This commit is contained in:
ccd0 2015-03-28 16:30:14 -07:00
parent dded914e41
commit 800556091c

View File

@ -168,7 +168,7 @@ Main =
return if previousversion is g.VERSION
if previousversion
el = $.el 'span',
<%= html(meta.name + ' has been updated to <a href="' + meta.repo + 'blob/' + meta.mainBranch + '/CHANGELOG.md" target="_blank">version ' + meta.version + '</a>.') %>
<%= html(meta.name + ' has been updated to <a href="' + meta.repo + 'blob/' + meta.mainBranch + '/CHANGELOG.md" target="_blank">version ${g.VERSION}</a>.') %>
new Notice 'info', el, 15
else
Settings.open()