Updated version number to 0.8.1 final.

master 0.8.1
David Schnur 13 years ago
parent fd6fdf3c0a
commit 7f5f90384e

@ -1,6 +1,6 @@
{
"name": "Flot",
"version": "0.8.1-alpha",
"version": "0.8.1",
"main": "jquery.flot.js",
"dependencies": {
"jquery": ">= 1.2.6"

@ -1,6 +1,6 @@
{
"name": "flot",
"version": "0.8.1-alpha",
"version": "0.8.1",
"title": "Flot",
"author": {
"name": "Ole Laursen",

@ -1,4 +1,4 @@
/* Javascript plotting library for jQuery, version 0.8.1-alpha.
/* Javascript plotting library for jQuery, version 0.8.1.
Copyright (c) 2007-2013 IOLA and Ole Laursen.
Licensed under the MIT license.
@ -3041,7 +3041,7 @@ Licensed under the MIT license.
return plot;
};
$.plot.version = "0.8.1-alpha";
$.plot.version = "0.8.1";
$.plot.plugins = [];

@ -1,6 +1,6 @@
{
"name": "Flot",
"version": "0.8.1-alpha",
"version": "0.8.1",
"main": "jquery.flot.js",
"scripts": {
"test": "make test"

Loading…
Cancel
Save