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

Commit 93f8f72

Browse files
committed
update version 🎉🚀
1 parent a9af43b commit 93f8f72

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Angular Google GApi
22
=======================
33
[![Travis](https://img.shields.io/travis/maximepvrt/angular-google-gapi.svg)](https://travis-ci.org/maximepvrt/angular-google-gapi)
44
[![David](https://img.shields.io/david/maximepvrt/angular-google-gapi.svg)]()
5-
[![npm](https://img.shields.io/npm/v/angular-google-gapi.svg)](https://www.npmjs.com/package/angular-google-gapi) [![Bower](https://img.shields.io/badge/bower-1.0.0--beta.2-orange.svg)](http://bower.io/search/?q=angular-google-gapi)
5+
[![npm](https://img.shields.io/npm/v/angular-google-gapi.svg)](https://www.npmjs.com/package/angular-google-gapi) [![Bower](https://img.shields.io/bower/v/angular-google-gapi.svg)](http://bower.io/search/?q=angular-google-gapi)
66

77
An AngularJS module for use all Google Apis and your Google Cloud Endpoints (Google App Engine) with OAuth.
88
This module use [Google APIs Client Library for JavaScript](https://developers.google.com/api-client-library/javascript/), available for all GApis.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-google-gapi",
3-
"version": "1.0.0-beta.2",
3+
"version": "1.0.0",
44
"homepage": "https://maximepvrt.github.io/angular-google-gapi",
55
"authors": [
66
"maximepvrt <maximepvrt@gmail.com>"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-google-gapi",
3-
"version": "1.0.0-beta.2",
3+
"version": "1.0.0",
44
"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.",
55
"main": "dist/angular-google-gapi.min.js",
66
"repository": {

0 commit comments

Comments
 (0)