Skip to content

Commit

Permalink
Updated version number to 0.8.1 final.
Browse files Browse the repository at this point in the history
  • Loading branch information
dnschnur committed May 22, 2013
1 parent fd6fdf3 commit 7f5f903
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Flot",
"version": "0.8.1-alpha",
"version": "0.8.1",
"main": "jquery.flot.js",
"dependencies": {
"jquery": ">= 1.2.6"
Expand Down
2 changes: 1 addition & 1 deletion flot.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flot",
"version": "0.8.1-alpha",
"version": "0.8.1",
"title": "Flot",
"author": {
"name": "Ole Laursen",
Expand Down
4 changes: 2 additions & 2 deletions jquery.flot.js
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -3041,7 +3041,7 @@ Licensed under the MIT license.
return plot;
};

$.plot.version = "0.8.1-alpha";
$.plot.version = "0.8.1";

$.plot.plugins = [];

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Flot",
"version": "0.8.1-alpha",
"version": "0.8.1",
"main": "jquery.flot.js",
"scripts": {
"test": "make test"
Expand Down

0 comments on commit 7f5f903

Please sign in to comment.