From 7f5f90384ed6d6c30b232580d358c84e355919ab Mon Sep 17 00:00:00 2001 From: David Schnur Date: Wed, 22 May 2013 08:17:57 -0400 Subject: [PATCH] Updated version number to 0.8.1 final. --- component.json | 2 +- flot.jquery.json | 2 +- jquery.flot.js | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/component.json b/component.json index 95d6f4e..6f1dbb5 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name": "Flot", - "version": "0.8.1-alpha", + "version": "0.8.1", "main": "jquery.flot.js", "dependencies": { "jquery": ">= 1.2.6" diff --git a/flot.jquery.json b/flot.jquery.json index a7c3ed8..b418f6e 100644 --- a/flot.jquery.json +++ b/flot.jquery.json @@ -1,6 +1,6 @@ { "name": "flot", - "version": "0.8.1-alpha", + "version": "0.8.1", "title": "Flot", "author": { "name": "Ole Laursen", diff --git a/jquery.flot.js b/jquery.flot.js index 8534ba1..aa7e362 100644 --- a/jquery.flot.js +++ b/jquery.flot.js @@ -1,4 +1,4 @@ -/* Javascript plotting library for jQuery, version 0.8.1-alpha. +/* Javascript plotting library for jQuery, version 0.8.1. Copyright (c) 2007-2013 IOLA and Ole Laursen. Licensed under the MIT license. @@ -3041,7 +3041,7 @@ Licensed under the MIT license. return plot; }; - $.plot.version = "0.8.1-alpha"; + $.plot.version = "0.8.1"; $.plot.plugins = []; diff --git a/package.json b/package.json index 08997a3..09a1032 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Flot", - "version": "0.8.1-alpha", + "version": "0.8.1", "main": "jquery.flot.js", "scripts": { "test": "make test"