Skip to content

Commit 91cfc1b

Browse files
author
Matthew Spencer
committed
Merge branch 'update-url'
Reference #10
2 parents db3dc83 + ba8277b commit 91cfc1b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "AdManager",
3-
"version": "0.4.3",
4-
"homepage": "https://github.com/athletics/ad-manager",
3+
"version": "0.4.4",
4+
"homepage": "https://github.com/athletics/AdManager",
55
"description": "A JavaScipt library for interacting with Google DFP.",
66
"license": "Apache-2.0",
77
"main": "dist/AdManager.min.js",

dist/AdManager.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* AdManager - A JavaScipt library for interacting with Google DFP.
33
*
44
* @author Athletics - http://athleticsnyc.com
5-
* @see https://github.com/athletics/ad-manager
6-
* @version 0.4.3
5+
* @see https://github.com/athletics/AdManager
6+
* @version 0.4.4
77
*//**
88
* Shared utilities for debugging and array manipulation.
99
*/

dist/AdManager.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"name": "AdManager",
3-
"version": "0.4.3",
3+
"version": "0.4.4",
44
"description": "A JavaScipt library for interacting with Google DFP.",
55
"main": "src/Index.js",
66
"repository": {
77
"type": "git",
8-
"url": "https://github.com/athletics/ad-manager.git"
8+
"url": "https://github.com/athletics/AdManager.git"
99
},
1010
"author": {
1111
"name": "Athletics",
1212
"url": "http://athleticsnyc.com"
1313
},
1414
"license": "Apache-2.0",
15-
"homepage": "https://github.com/athletics/ad-manager",
15+
"homepage": "https://github.com/athletics/AdManager",
1616
"devDependencies": {
1717
"gulp": "^3.8.11",
1818
"gulp-cli": "^0.2.0",

0 commit comments

Comments
 (0)