diff --git a/NEWS.txt b/NEWS.txt index 3c61837..5f8e1a0 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,4 +1,4 @@ -Flot x.x +Flot 0.7 -------- API changes: diff --git a/jquery.flot.js b/jquery.flot.js index eb72dd5..aabc544 100644 --- a/jquery.flot.js +++ b/jquery.flot.js @@ -1,4 +1,4 @@ -/*! Javascript plotting library for jQuery, v. 0.6. +/*! Javascript plotting library for jQuery, v. 0.7. * * Released under the MIT license by IOLA, December 2007. * @@ -2531,7 +2531,7 @@ return plot; }; - $.plot.version = "0.7pre"; + $.plot.version = "0.7"; $.plot.plugins = [];