Commit e037f5ca authored by David Schnur's avatar David Schnur

Updated version number to 0.8.1-alpha.

parent 0f83ac3d
## Flot 0.8.1 ##
## Flot 0.8.0 ##
### API changes ###
......
{
"name": "Flot",
"version": "0.8.0",
"version": "0.8.1-alpha",
"main": "jquery.flot.js",
"dependencies": {
"jquery": ">= 1.2.6"
......
{
"name": "flot",
"version": "0.8.0",
"version": "0.8.1-alpha",
"title": "Flot",
"author": {
"name": "Ole Laursen",
......
/* Javascript plotting library for jQuery, version 0.8.0.
/* Javascript plotting library for jQuery, version 0.8.1-alpha.
Copyright (c) 2007-2013 IOLA and Ole Laursen.
Licensed under the MIT license.
......@@ -2960,7 +2960,7 @@ Licensed under the MIT license.
return plot;
};
$.plot.version = "0.8.0";
$.plot.version = "0.8.1-alpha";
$.plot.plugins = [];
......
{
"name": "Flot",
"version": "0.8.0",
"version": "0.8.1-alpha",
"main": "jquery.flot.js",
"scripts": {
"test": "make test"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment