Closes #333, New version availability check will now checks http://grafanarel.s3.amazonaws.com/latest.json if there is a new version. And the link now points to http://grafana.org/download

This commit is contained in:
Torkel Ödegaard
2014-04-23 09:05:10 +02:00
parent 2f58aa280c
commit 827e1846a8
8 changed files with 49 additions and 9 deletions

View File

@@ -32,7 +32,7 @@ module.exports = function(grunt) {
},
{
pattern: /@grafanaVersion@/g,
replacement: 'v<%= pkg.version %>'
replacement: '<%= pkg.version %>'
}
]
}