Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit 9fda84a

Browse files
bump
1 parent 9131456 commit 9fda84a

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

Diff for: README.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Google Sign-In Cordova/PhoneGap Plugin
2-
by [Eddy Verbruggen](http://twitter.com/eddyverbruggen),
3-
with great assistance from Sam Muggleworth ([PointSource, LLC](https://github.com/PointSource))
2+
3+
[![NPM version][npm-image]][npm-url]
4+
[![Downloads][downloads-image]][npm-url]
5+
[![Twitter Follow][twitter-image]][twitter-url]
6+
7+
[build-status]:https://travis-ci.org/EddyVerbruggen/cordova-plugin-googleplus.svg?branch=master
8+
[build-url]:https://travis-ci.org/EddyVerbruggen/cordova-plugin-googleplus
9+
[npm-image]:http://img.shields.io/npm/v/cordova-plugin-googleplus.svg
10+
[npm-url]:https://npmjs.org/package/cordova-plugin-googleplus
11+
[downloads-image]:http://img.shields.io/npm/dm/cordova-plugin-googleplus.svg
12+
[twitter-image]:https://img.shields.io/twitter/follow/eddyverbruggen.svg?style=social&label=Follow%20me
13+
[twitter-url]:https://twitter.com/eddyverbruggen
414

515
## 0. Index
616

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "5.3.0",
2+
"version": "5.3.1",
33
"name": "cordova-plugin-googleplus",
44
"cordova_name": "Google SignIn",
55
"description": "Use your Google account to authenticate with the app.",

Diff for: plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="cordova-plugin-googleplus"
5-
version="5.3.0">
5+
version="5.3.1">
66

77
<name>Google SignIn</name>
88

0 commit comments

Comments
 (0)