@ -1,6 +1,6 @@
{
"name": "Flot",
"version": "0.8.3-alpha",
"version": "0.8.3",
"main": "jquery.flot.js",
"dependencies": {
"jquery": ">= 1.2.6"
"name": "flot",
"title": "Flot",
"author": {
"name": "Ole Laursen",
@ -24,4 +24,4 @@
"email": "dnschnur@gmail.com",
"url": "http://github.com/dnschnur"
}]
}
@ -1,4 +1,4 @@
/* Javascript plotting library for jQuery, version 0.8.3-alpha.
/* Javascript plotting library for jQuery, version 0.8.3.
Copyright (c) 2007-2014 IOLA and Ole Laursen.
Licensed under the MIT license.
@ -3148,7 +3148,7 @@ Licensed under the MIT license.
return plot;
};
$.plot.version = "0.8.3-alpha";
$.plot.version = "0.8.3";
$.plot.plugins = [];
"scripts": {
"test": "make test"