Skip to content

Commit

Permalink
new version (v0.2.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyTheTank committed Dec 20, 2016
1 parent 073ad2c commit 3b1ccf9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"authors": [
"Jonathan Hornung <[email protected]>"
],
"version": "0.2.0",
"version": "0.2.1",
"description": "angular factory for the football-data.org rest api",
"main": "dist/angular-footballdata-api-factory.min.js",
"moduleType": [],
Expand Down
4 changes: 2 additions & 2 deletions dist/angular-footballdata-api-factory.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
@name: angular-footballdata-api-factory
@version: 0.2.0 (19-12-2016)
@version: 0.2.1 (20-12-2016)
@author: Jonathan Hornung
@url: https://github.com/JohnnyTheTank/angular-footballdata-api-factory#readme
@license: MIT
Expand Down Expand Up @@ -156,7 +156,7 @@ angular.module("jtt_footballdata", [])
}])
.service('footballdataSearchDataService', function () {
this.getApiBaseUrl = function () {
return '//api.football-data.org/v1/';
return 'https://api.football-data.org/v1/';
};

this.fillDataInObjectByList = function (_object, _params, _list) {
Expand Down
4 changes: 2 additions & 2 deletions dist/angular-footballdata-api-factory.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-footballdata-api-factory",
"version": "0.2.0",
"version": "0.2.1",
"description": "angularjs factory for footballdata jsonp rest api requests",
"main": "dist/angular-footballdata-api-factory.min.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/angular-footballdata-api-factory.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ angular.module("jtt_footballdata", [])
}])
.service('footballdataSearchDataService', function () {
this.getApiBaseUrl = function () {
return '//api.football-data.org/v1/';
return 'https://api.football-data.org/v1/';
};

this.fillDataInObjectByList = function (_object, _params, _list) {
Expand Down

0 comments on commit 3b1ccf9

Please sign in to comment.