From e4b58391f6a20b1d7f6f7af143edf2da5f904407 Mon Sep 17 00:00:00 2001
From: Dan Vanderkam <danvdk@gmail.com>
Date: Wed, 28 Aug 2013 22:22:29 -0400
Subject: [PATCH] bump version to 1.0.1

---
 README        | 2 +-
 dygraph.js    | 2 +-
 releases.json | 6 ++++++
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/README b/README
index 74beeaa..ec2e78c 100644
--- 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/
diff --git a/dygraph.js b/dygraph.js
index f05ac47..b9f08dc 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.0.0";
+Dygraph.VERSION = "1.0.1";
 Dygraph.__repr__ = function() {
   return "[" + this.NAME + " " + this.VERSION + "]";
 };
diff --git a/releases.json b/releases.json
index 86a0aaa..8636b9b 100644
--- a/releases.json
+++ b/releases.json
@@ -1,5 +1,11 @@
 [
   {
+    "version": "1.0.1",
+    "files": [
+      "dygraph-combined.js"
+    ]
+  },
+  {
     "version": "1.0.0",
     "files": [
       "dygraph-combined.js"
-- 
2.7.4