Skip to content

Commit

Permalink
Update version number to 0.8.3 final.
Browse files Browse the repository at this point in the history
  • Loading branch information
dnschnur committed Apr 21, 2014
1 parent f17893e commit 453b017
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.3-alpha",
"version": "0.8.3",
"main": "jquery.flot.js",
"dependencies": {
"jquery": ">= 1.2.6"
Expand Down
4 changes: 2 additions & 2 deletions flot.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flot",
"version": "0.8.3-alpha",
"version": "0.8.3",
"title": "Flot",
"author": {
"name": "Ole Laursen",
Expand All @@ -24,4 +24,4 @@
"email": "dnschnur@gmail.com",
"url": "http://github.com/dnschnur"
}]
}
}
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.3-alpha.
/* Javascript plotting library for jQuery, version 0.8.3.
Copyright (c) 2007-2014 IOLA and Ole Laursen.
Licensed under the MIT license.
Expand Down Expand Up @@ -3148,7 +3148,7 @@ Licensed under the MIT license.
return plot;
};

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

$.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.3-alpha",
"version": "0.8.3",
"main": "jquery.flot.js",
"scripts": {
"test": "make test"
Expand Down

0 comments on commit 453b017

Please sign in to comment.