Skip to content

Commit

Permalink
Updated version number to 0.8.1-alpha.
Browse files Browse the repository at this point in the history
  • Loading branch information
dnschnur committed Apr 12, 2013
1 parent 0f83ac3 commit e037f5c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Flot 0.8.1 ##


## Flot 0.8.0 ##

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

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

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

0 comments on commit e037f5c

Please sign in to comment.