Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
metalshark committed Jan 8, 2014
1 parent 25c9d33 commit accd796
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Installation via bower
```json
{
"dependencies": {
"requirejs-google-analytics": "~0.1.9"
"requirejs-google-analytics": "~0.1.10"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "requirejs-google-analytics",
"version": "0.1.6",
"version": "0.1.10",
"main": [
"dist/GoogleAnalytics.js"
],
Expand Down
2 changes: 1 addition & 1 deletion dist/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h2 id="installation">Installation</h2>
<p>Installation via bower</p>
<pre><code class="lang-json">{
&quot;dependencies&quot;: {
&quot;requirejs-google-analytics&quot;: &quot;~0.1.9&quot;
&quot;requirejs-google-analytics&quot;: &quot;~0.1.10&quot;
}
}</code></pre>
<h2 id="usage">Usage</h2>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand All @@ -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",
Expand Down

0 comments on commit accd796

Please sign in to comment.