Skip to content

Commit 8ba5408

Browse files
Fix version
1 parent f72caaf commit 8ba5408

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
@@ -319,7 +319,7 @@ In order to ensure the browser implementation works, it will be necessary to con
319319
```
320320

321321
# History
322-
## 1.0.0
322+
## 1.0.2
323323
- Major Android dependency update to 4.2.1
324324
- Breaking change around meaning of 'anonymous' configuration option
325325
- Add support for ANONYMOUS provider (on Android)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-firebaseui-auth",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Adds support for Firebase UI authentication.",
55
"repository": {
66
"type": "git",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-firebaseui-auth" version="1.0.1">
2+
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android" id="cordova-plugin-firebaseui-auth" version="1.0.2">
33
<name>Firebase UI Authentication</name>
44
<description>Adds support for Firebase Authentication to your Cordova/PhoneGap apps.</description>
55
<license>Apache 2.0</license>

0 commit comments

Comments
 (0)