diff --git a/component.json b/component.json index d211bcc..f3dabc5 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "Flot", - "version": "0.8.2-alpha", + "version": "0.8.2", "main": "jquery.flot.js", "dependencies": { "jquery": ">= 1.2.6" diff --git a/flot.jquery.json b/flot.jquery.json index 14d67e9..5cf7509 100644 --- a/flot.jquery.json +++ b/flot.jquery.json @@ -1,6 +1,6 @@ { "name": "flot", - "version": "0.8.2-alpha", + "version": "0.8.2", "title": "Flot", "author": { "name": "Ole Laursen", diff --git a/jquery.flot.js b/jquery.flot.js index 11cff2c..c410659 100644 --- a/jquery.flot.js +++ b/jquery.flot.js @@ -1,4 +1,4 @@ -/* Javascript plotting library for jQuery, version 0.8.2-alpha. +/* Javascript plotting library for jQuery, version 0.8.2. Copyright (c) 2007-2013 IOLA and Ole Laursen. Licensed under the MIT license. @@ -3117,7 +3117,7 @@ Licensed under the MIT license. return plot; }; - $.plot.version = "0.8.2-alpha"; + $.plot.version = "0.8.2"; $.plot.plugins = []; diff --git a/package.json b/package.json index 1ee63f4..023af9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Flot", - "version": "0.8.2-alpha", + "version": "0.8.2", "main": "jquery.flot.js", "scripts": { "test": "make test"