Commit e4c035b3 authored by David Schnur's avatar David Schnur

Updated version number to 0.8.3-alpha.

parent 39bc058b
## Flot 0.8.3 ##
### Bug fixes ###
## Flot 0.8.2 ## ## Flot 0.8.2 ##
### Changes ### ### Changes ###
......
{ {
"name": "Flot", "name": "Flot",
"version": "0.8.2", "version": "0.8.3-alpha",
"main": "jquery.flot.js", "main": "jquery.flot.js",
"dependencies": { "dependencies": {
"jquery": ">= 1.2.6" "jquery": ">= 1.2.6"
......
{ {
"name": "flot", "name": "flot",
"version": "0.8.2", "version": "0.8.3-alpha",
"title": "Flot", "title": "Flot",
"author": { "author": {
"name": "Ole Laursen", "name": "Ole Laursen",
......
/* Javascript plotting library for jQuery, version 0.8.2. /* Javascript plotting library for jQuery, version 0.8.3-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.
...@@ -3117,7 +3117,7 @@ Licensed under the MIT license. ...@@ -3117,7 +3117,7 @@ Licensed under the MIT license.
return plot; return plot;
}; };
$.plot.version = "0.8.2"; $.plot.version = "0.8.3-alpha";
$.plot.plugins = []; $.plot.plugins = [];
......
{ {
"name": "Flot", "name": "Flot",
"version": "0.8.2", "version": "0.8.3-alpha",
"main": "jquery.flot.js", "main": "jquery.flot.js",
"scripts": { "scripts": {
"test": "make test" "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