Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit e4c035b

Browse files
committed
Updated version number to 0.8.3-alpha.
1 parent 39bc058 commit e4c035b

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

NEWS.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Flot 0.8.3 ##
2+
3+
### Bug fixes ###
4+
5+
6+
7+
18
## Flot 0.8.2 ##
29

310
### Changes ###

component.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Flot",
3-
"version": "0.8.2",
3+
"version": "0.8.3-alpha",
44
"main": "jquery.flot.js",
55
"dependencies": {
66
"jquery": ">= 1.2.6"

flot.jquery.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flot",
3-
"version": "0.8.2",
3+
"version": "0.8.3-alpha",
44
"title": "Flot",
55
"author": {
66
"name": "Ole Laursen",

jquery.flot.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Javascript plotting library for jQuery, version 0.8.2.
1+
/* Javascript plotting library for jQuery, version 0.8.3-alpha.
22
33
Copyright (c) 2007-2013 IOLA and Ole Laursen.
44
Licensed under the MIT license.
@@ -3117,7 +3117,7 @@ Licensed under the MIT license.
31173117
return plot;
31183118
};
31193119

3120-
$.plot.version = "0.8.2";
3120+
$.plot.version = "0.8.3-alpha";
31213121

31223122
$.plot.plugins = [];
31233123

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Flot",
3-
"version": "0.8.2",
3+
"version": "0.8.3-alpha",
44
"main": "jquery.flot.js",
55
"scripts": {
66
"test": "make test"

0 commit comments

Comments
 (0)