Skip to content

Commit

Permalink
Update version number to 0.8.0-beta.
Browse files Browse the repository at this point in the history
  • Loading branch information
dnschnur committed Mar 7, 2013
1 parent 3cd7a51 commit 0594a49
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Flot 0.8.0-alpha ##
## Flot 0.8.0-beta ##

### API changes ###

Expand Down
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.0-alpha",
"version": "0.8.0-beta",
"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.0-alpha",
"version": "0.8.0-beta",
"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.0-alpha.
/* Javascript plotting library for jQuery, version 0.8.0-beta.
Copyright (c) 2007-2013 IOLA and Ole Laursen.
Licensed under the MIT license.
Expand Down Expand Up @@ -2934,7 +2934,7 @@ Licensed under the MIT license.
return plot;
};

$.plot.version = "0.8.0-alpha";
$.plot.version = "0.8.0-beta";

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

0 comments on commit 0594a49

Please sign in to comment.