Skip to content

Commit acf1c83

Browse files
Update versions
1 parent a10a2b7 commit acf1c83

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,11 @@ In order to ensure the browser implementation works, it will be necessary to con
319319
```
320320

321321
# History
322-
## 1.0.2
322+
## 1.1.0
323323
- Update Firebase dependencies
324324
- Fix podspec for cordova-ios 5
325+
326+
## 1.0.2
325327
- Major Android dependency update to 4.2.1
326328
- Breaking change around meaning of 'anonymous' configuration option
327329
- 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.2",
3+
"version": "1.1.0",
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.2">
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.1.0">
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)