Switch to semantic versioning.

pull/1/head
David Schnur 13 years ago
parent c41b09b844
commit a0b05a4bab

@ -1,4 +1,4 @@
## Flot 0.8 alpha ##
## Flot 0.8.0-alpha ##
### API changes ###

@ -1,4 +1,4 @@
/* Javascript plotting library for jQuery, version 0.8 alpha.
/* Javascript plotting library for jQuery, version 0.8.0-alpha.
Copyright (c) 2007-2013 IOLA and Ole Laursen.
Licensed under the MIT license.
@ -2931,7 +2931,7 @@ Licensed under the MIT license.
return plot;
};
$.plot.version = "0.8-alpha";
$.plot.version = "0.8.0-alpha";
$.plot.plugins = [];

Loading…
Cancel
Save