Commit 453b017c authored by David Schnur's avatar David Schnur

Update version number to 0.8.3 final.

parent f17893ea
{ {
"name": "Flot", "name": "Flot",
"version": "0.8.3-alpha", "version": "0.8.3",
"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.3-alpha", "version": "0.8.3",
"title": "Flot", "title": "Flot",
"author": { "author": {
"name": "Ole Laursen", "name": "Ole Laursen",
...@@ -24,4 +24,4 @@ ...@@ -24,4 +24,4 @@
"email": "dnschnur@gmail.com", "email": "dnschnur@gmail.com",
"url": "http://github.com/dnschnur" "url": "http://github.com/dnschnur"
}] }]
} }
\ No newline at end of file
/* Javascript plotting library for jQuery, version 0.8.3-alpha. /* Javascript plotting library for jQuery, version 0.8.3.
Copyright (c) 2007-2014 IOLA and Ole Laursen. Copyright (c) 2007-2014 IOLA and Ole Laursen.
Licensed under the MIT license. Licensed under the MIT license.
...@@ -3148,7 +3148,7 @@ Licensed under the MIT license. ...@@ -3148,7 +3148,7 @@ Licensed under the MIT license.
return plot; return plot;
}; };
$.plot.version = "0.8.3-alpha"; $.plot.version = "0.8.3";
$.plot.plugins = []; $.plot.plugins = [];
......
{ {
"name": "Flot", "name": "Flot",
"version": "0.8.3-alpha", "version": "0.8.3",
"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