Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
maximepvrt committed Nov 14, 2016
1 parent ba8fda2 commit ed166f5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "angular-google-gapi",
"version": "1.0.0",
"version": "1.0.1",
"homepage": "https://maximepvrt.github.io/angular-google-gapi",
"authors": [
"maximepvrt <[email protected]>"
],
"description": "An AngularJS module for use all Google Apis and your Google Cloud Endpoints (Google App Engine) with OAuth. This module use Google APIs Client Library for JavaScript, available for all GApis.",
"description": "An AngularJS module for using all Google Apis and your Google Cloud Endpoints (Google App Engine) with OAuth. This module uses Google APIs Client Library for JavaScript, available for all GApis.",
"main": "dist/angular-google-gapi.min.js",
"keywords": [
"google apis",
Expand Down
6 changes: 3 additions & 3 deletions dist/angular-google-gapi.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,12 +342,12 @@

(function() {
'use strict';
angular.module('angular-google-gapi').factory('GClient', ['$document', '$q', '$window',
function ($document, $q, $window) {
angular.module('angular-google-gapi').factory('GClient', ['$document', '$q', '$window', '$timeout',
function ($document, $q, $window, $timeout) {

var LOAD_GAE_API = false;
var LOADING_GAE_API = false;
var URL = 'https://apis.google.com/js/client.js?onload=_gapiOnLoad';
var URL = 'https://apis.google.com/js/client:platform.js?onload=_gapiOnLoad';
var API_KEY = null;
var OBSERVER_CALLBACKS = [];

Expand Down
2 changes: 1 addition & 1 deletion dist/angular-google-gapi.min.js

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-google-gapi",
"version": "1.0.0",
"description": "An AngularJS module for use all Google Apis and your Google Cloud Endpoints (Google App Engine) with OAuth. This module use Google APIs Client Library for JavaScript, available for all GApis.",
"version": "1.0.1",
"description": "An AngularJS module for using all Google Apis and your Google Cloud Endpoints (Google App Engine) with OAuth. This module uses Google APIs Client Library for JavaScript, available for all GApis.",
"main": "dist/angular-google-gapi.min.js",
"repository": {
"type": "git",
Expand Down

0 comments on commit ed166f5

Please sign in to comment.