From 1b9b0df876c66dd04edb8dee1dfe5890d60986a0 Mon Sep 17 00:00:00 2001 From: GeoTob Date: Tue, 19 Jan 2016 10:09:47 +1300 Subject: [PATCH 1/2] Change version to 2.0.5 --- docs/integrations/angular.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/integrations/angular.rst b/docs/integrations/angular.rst index 616ccd218625..1a88c4e9d19f 100644 --- a/docs/integrations/angular.rst +++ b/docs/integrations/angular.rst @@ -13,7 +13,7 @@ Example: .. sourcecode:: html - + @@ -38,7 +38,7 @@ to wire up the SDK just as if you weren't using Angular. This should happen imme .. code-block:: html - + From 05c46f82e2beb275ef628e430ef791d0a6552d74 Mon Sep 17 00:00:00 2001 From: GeoTob Date: Tue, 19 Jan 2016 10:11:00 +1300 Subject: [PATCH 2/2] Update docs for 2.0.5 --- docs/integrations/ember.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/ember.rst b/docs/integrations/ember.rst index 25896862fdea..4869d7f70fe2 100644 --- a/docs/integrations/ember.rst +++ b/docs/integrations/ember.rst @@ -9,7 +9,7 @@ after you load all other external libraries (like jQuery), but before your code. .. sourcecode:: html - + Configuring the Client ----------------------