From accd796ce34df210964e88f35c5e9208e61271c7 Mon Sep 17 00:00:00 2001 From: Beech Horn Date: Wed, 8 Jan 2014 10:42:52 +0000 Subject: [PATCH] Version bump. --- README.md | 2 +- bower.json | 2 +- dist/README.html | 2 +- package.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4acb701..500797a 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Installation via bower ```json { "dependencies": { - "requirejs-google-analytics": "~0.1.9" + "requirejs-google-analytics": "~0.1.10" } } ``` diff --git a/bower.json b/bower.json index cbcf902..983803c 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "requirejs-google-analytics", - "version": "0.1.6", + "version": "0.1.10", "main": [ "dist/GoogleAnalytics.js" ], diff --git a/dist/README.html b/dist/README.html index 483f0cb..8b39aaa 100644 --- a/dist/README.html +++ b/dist/README.html @@ -135,7 +135,7 @@

Installation

Installation via bower

{
   "dependencies": {
-      "requirejs-google-analytics": "~0.1.9"
+      "requirejs-google-analytics": "~0.1.10"
   }
 }

Usage

diff --git a/package.json b/package.json index 4b95c29..8577653 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "requirejs-google-analytics", "description": "Google Analytics loader", - "version": "0.1.9", + "version": "0.1.10", "scripts": { "test": "grunt travis --verbose" }, @@ -23,7 +23,7 @@ "grunt-contrib-jshint": "~0.8.0", "grunt-contrib-connect": "~0.6.0", "grunt-contrib-watch": "~0.5.3", - "grunt-markdown": "~0.4.0", + "grunt-markdown": "~0.5.0", "grunt-mocha-phantomjs": "~0.3.1", "load-grunt-tasks": "~0.2.0", "time-grunt": "~0.2.1",