Update version number to 0.9.0-alpha.

pull/1/head
David Schnur 13 years ago
parent eac1bc3351
commit 8722a99d9c

@ -1,3 +1,6 @@
## Flot 0.9.0 ##
## Flot 0.8.0 ## ## Flot 0.8.0 ##
### API changes ### ### API changes ###

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

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

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

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

Loading…
Cancel
Save