Skip to content

Commit aea8e9f

Browse files
committed
Bump version number for the 0.7 release
1 parent 284dfa1 commit aea8e9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NEWS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Flot x.x
1+
Flot 0.7
22
--------
33

44
API changes:

jquery.flot.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Javascript plotting library for jQuery, v. 0.6.
1+
/*! Javascript plotting library for jQuery, v. 0.7.
22
*
33
* Released under the MIT license by IOLA, December 2007.
44
*
@@ -2531,7 +2531,7 @@
25312531
return plot;
25322532
};
25332533

2534-
$.plot.version = "0.7pre";
2534+
$.plot.version = "0.7";
25352535

25362536
$.plot.plugins = [];
25372537

0 commit comments

Comments
 (0)