Update version number to 0.8.0 final.

pull/1/head
David Schnur 13 years ago
parent e3c45a5a98
commit bad589c0a7

@ -1,4 +1,4 @@
## Flot 0.8.0-beta ##
## Flot 0.8.0 ##
### API changes ###

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

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

@ -1,4 +1,4 @@
/* Javascript plotting library for jQuery, version 0.8.0-beta.
/* Javascript plotting library for jQuery, version 0.8.0.
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-beta";
$.plot.version = "0.8.0";
$.plot.plugins = [];

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

Loading…
Cancel
Save