bump versions
authorDan Vanderkam <danvdk@gmail.com>
Mon, 1 Jun 2015 21:07:21 +0000 (14:07 -0700)
committerDan Vanderkam <danvdk@gmail.com>
Mon, 1 Jun 2015 21:07:21 +0000 (14:07 -0700)
README
bower.json
docs/versions.html
dygraph.js
package.json
releases.json

diff --git a/README b/README
index e7fc266..2c50404 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
 dygraphs JavaScript charting library
-Version 1.1.0
+Version 1.1.1
 Copyright (c) 2006-, Dan Vanderkam.
 
 Documentation: http://dygraphs.com/
index e6691a4..a8bb068 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "dygraphs",
-  "version": "v1.1.0",
+  "version": "v1.1.1",
   "main": "dygraph-combined.js",
   "ignore": [
     "Makefile",
index e336eea..acb6d1e 100644 (file)
 
 <table class="versions">
   <tr>
+    <td>1.1.1<p class="date">2015-06-01</p></td>
+    <td class="notes">
+      Minor bug fixes. See <a href="https://github.com/danvk/dygraphs/issues?q=milestone%3A1.1.1+is%3Aclosed">GitHub milestone</a>.
+    </td>
+  </tr>
+
+  <tr>
     <td>1.1.0<p class="date">2014-12-03</p></td>
     <td class="notes">
       Highlights include:
index 3569ee1..f4a6b87 100644 (file)
@@ -83,7 +83,7 @@ var Dygraph = function(div, data, opts, opt_fourth_param) {
 };
 
 Dygraph.NAME = "Dygraph";
-Dygraph.VERSION = "1.1.0";
+Dygraph.VERSION = "1.1.1";
 Dygraph.__repr__ = function() {
   return "[" + Dygraph.NAME + " " + Dygraph.VERSION + "]";
 };
index bb758fd..3b59341 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "dygraphs",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "description": "dygraphs is a fast, flexible open source JavaScript charting library.",
   "main": "dygraph-combined-dev.js",
   "directories": {
index 76b58b7..b684c9e 100644 (file)
@@ -1,5 +1,12 @@
 [
   {
+    "version": "1.1.1",
+    "files": [
+      "dygraph-combined.js",
+      "dygraph-combined-dev.js"
+    ]
+  },
+  {
     "version": "1.1.0",
     "files": [
       "dygraph-combined.js",