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

Commit a3c2a9b

Browse files
bump
1 parent 4bee083 commit a3c2a9b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[Firebase Android SDK Changelog](https://firebase.google.com/support/release-notes/android)
55

66

7-
## 5.1.0 (2017, December 30)
7+
## 5.1.0 & 5.1.1 (2017, December 30)
88

99
### Fixes
1010
- [#564](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/issues/564) Firebase Auth + WebPack crashing iOS application (when createUser is triggered) - FIX

demo-ng/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"angularfire2": "^5.0.0-rc.4",
2525
"firebase": "^4.6.2",
2626
"nativescript-angular": "~4.4.0",
27-
"nativescript-plugin-firebase": "file:../publish/package/nativescript-plugin-firebase-5.1.0.tgz",
27+
"nativescript-plugin-firebase": "5.1.1",
2828
"nativescript-theme-core": "~1.0.2",
2929
"reflect-metadata": "~0.1.8",
3030
"rxjs": "~5.4.2",

demo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"nativescript": {
33
"id": "org.nativescript.firebasedemo",
4-
"tns-ios": {
4+
"tns-android": {
55
"version": "3.4.0"
66
},
7-
"tns-android": {
7+
"tns-ios": {
88
"version": "3.4.0"
99
}
1010
},
1111
"dependencies": {
12-
"nativescript-plugin-firebase": "file:../publish/package/nativescript-plugin-firebase-5.1.0.tgz",
12+
"nativescript-plugin-firebase": "5.1.1",
1313
"nativescript-theme-core": "^1.0.4",
1414
"nativescript-unit-test-runner": "^0.3.4",
1515
"tns-core-modules": "~3.4.0"

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-plugin-firebase",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "Fire. Base. Firebase!",
55
"main": "firebase",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)