From: Dan Vanderkam Date: Mon, 1 Jun 2015 21:07:21 +0000 (-0700) Subject: bump versions X-Git-Tag: v1.1.1~2 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=528d62a184efc393aaec79eade554d061b64e7d3;p=dygraphs.git bump versions --- diff --git a/README b/README index e7fc266..2c50404 100644 --- 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/ diff --git a/bower.json b/bower.json index e6691a4..a8bb068 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "dygraphs", - "version": "v1.1.0", + "version": "v1.1.1", "main": "dygraph-combined.js", "ignore": [ "Makefile", diff --git a/docs/versions.html b/docs/versions.html index e336eea..acb6d1e 100644 --- a/docs/versions.html +++ b/docs/versions.html @@ -28,6 +28,13 @@ + + + + +
1.1.1

2015-06-01

+ Minor bug fixes. See GitHub milestone. +
1.1.0

2014-12-03

Highlights include: diff --git a/dygraph.js b/dygraph.js index 3569ee1..f4a6b87 100644 --- a/dygraph.js +++ b/dygraph.js @@ -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 + "]"; }; diff --git a/package.json b/package.json index bb758fd..3b59341 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/releases.json b/releases.json index 76b58b7..b684c9e 100644 --- a/releases.json +++ b/releases.json @@ -1,5 +1,12 @@ [ { + "version": "1.1.1", + "files": [ + "dygraph-combined.js", + "dygraph-combined-dev.js" + ] + }, + { "version": "1.1.0", "files": [ "dygraph-combined.js",