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 May 16, 2016
1 parent a9af43b commit 93f8f72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Angular Google GApi
=======================
[![Travis](https://img.shields.io/travis/maximepvrt/angular-google-gapi.svg)](https://travis-ci.org/maximepvrt/angular-google-gapi)
[![David](https://img.shields.io/david/maximepvrt/angular-google-gapi.svg)]()
[![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)
[![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)

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](https://developers.google.com/api-client-library/javascript/), available for all GApis.
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": "angular-google-gapi",
"version": "1.0.0-beta.2",
"version": "1.0.0",
"homepage": "https://maximepvrt.github.io/angular-google-gapi",
"authors": [
"maximepvrt <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-google-gapi",
"version": "1.0.0-beta.2",
"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.",
"main": "dist/angular-google-gapi.min.js",
"repository": {
Expand Down

0 comments on commit 93f8f72

Please sign in to comment.