bump version to 1.0.1
authorDan Vanderkam <danvdk@gmail.com>
Thu, 29 Aug 2013 02:22:29 +0000 (22:22 -0400)
committerDan Vanderkam <danvdk@gmail.com>
Thu, 29 Aug 2013 02:22:29 +0000 (22:22 -0400)
README
dygraph.js
releases.json

diff --git a/README b/README
index 74beeaa..ec2e78c 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 dygraphs JavaScript charting library
-Version 1.0.0
+Version 1.0.1
 Copyright (c) 2006-, Dan Vanderkam.
 
 Documentation: http://dygraphs.com/
index f05ac47..b9f08dc 100644 (file)
@@ -80,7 +80,7 @@ var Dygraph = function(div, data, opts, opt_fourth_param) {
 };
 
 Dygraph.NAME = "Dygraph";
-Dygraph.VERSION = "1.0.0";
+Dygraph.VERSION = "1.0.1";
 Dygraph.__repr__ = function() {
   return "[" + this.NAME + " " + this.VERSION + "]";
 };
index 86a0aaa..8636b9b 100644 (file)
@@ -1,5 +1,11 @@
 [
   {
+    "version": "1.0.1",
+    "files": [
+      "dygraph-combined.js"
+    ]
+  },
+  {
     "version": "1.0.0",
     "files": [
       "dygraph-combined.js"