From 3a62cb38b5c7f4d4e62706c1be8a987201b836cc Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Tue, 13 Aug 2013 15:49:47 -0400 Subject: [PATCH] version 1.0.0 --- README | 1 + dygraph.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 1dfd239..74beeaa 100644 --- a/README +++ b/README @@ -1,4 +1,5 @@ dygraphs JavaScript charting library +Version 1.0.0 Copyright (c) 2006-, Dan Vanderkam. Documentation: http://dygraphs.com/ diff --git a/dygraph.js b/dygraph.js index 4a0c903..f05ac47 100644 --- a/dygraph.js +++ b/dygraph.js @@ -80,7 +80,7 @@ var Dygraph = function(div, data, opts, opt_fourth_param) { }; Dygraph.NAME = "Dygraph"; -Dygraph.VERSION = "1.2"; +Dygraph.VERSION = "1.0.0"; Dygraph.__repr__ = function() { return "[" + this.NAME + " " + this.VERSION + "]"; }; -- 2.7.4