From: Dan Vanderkam Date: Thu, 29 Aug 2013 02:22:29 +0000 (-0400) Subject: bump version to 1.0.1 X-Git-Tag: v1.0.1^2~6 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=e4b58391f6a20b1d7f6f7af143edf2da5f904407;p=dygraphs.git bump version to 1.0.1 --- 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"