From a0b05a4babbfcd4f1f55262469aafcc74c9a13a1 Mon Sep 17 00:00:00 2001 From: David Schnur Date: Wed, 6 Mar 2013 07:16:39 -0500 Subject: [PATCH] Switch to semantic versioning. --- NEWS.md | 2 +- jquery.flot.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 2d33836..dd85d71 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -## Flot 0.8 alpha ## +## Flot 0.8.0-alpha ## ### API changes ### diff --git a/jquery.flot.js b/jquery.flot.js index e3da6f7..69e2f63 100644 --- a/jquery.flot.js +++ b/jquery.flot.js @@ -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 = [];