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

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Dec 10, 2018
1 parent e372679 commit 654d3e8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 11 deletions.
11 changes: 4 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ android:
components:
- tools
- platform-tools
- build-tools-27.0.3
- build-tools-28.0.3
- android-23
- android-26
- android-28
- extra-android-m2repository

Expand Down Expand Up @@ -47,7 +44,7 @@ matrix:
os: osx
env:
- Webpack="iOS"
osx_image: xcode9.2
osx_image: xcode10.0
language: node_js
node_js: "8"
jdk: oraclejdk8
Expand All @@ -73,9 +70,9 @@ matrix:
- travis_wait travis_retry tns build android
- os: osx
env:
- BuildiOS="11"
- Xcode="9.2"
osx_image: xcode9.2
- BuildiOS="12.0"
- Xcode="10.0"
osx_image: xcode10.0
language: node_js
node_js: "8"
jdk: oraclejdk8
Expand Down
2 changes: 1 addition & 1 deletion demo-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"nativescript-angular": "^6.1.0",
"nativescript-camera": "^4.0.2",
"nativescript-imagepicker": "~6.0.4",
"nativescript-plugin-firebase": "file:../publish/package/nativescript-plugin-firebase-7.4.5.tgz",
"nativescript-plugin-firebase": "file:../publish/package/nativescript-plugin-firebase-7.4.6.tgz",
"nativescript-theme-core": "~1.0.4",
"reflect-metadata": "~0.1.10",
"rxjs": "~6.0.0 || >=6.1.0",
Expand Down
2 changes: 1 addition & 1 deletion demo-push/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
},
"dependencies": {
"nativescript-plugin-firebase": "file:../publish/package/nativescript-plugin-firebase-7.4.5.tgz",
"nativescript-plugin-firebase": "file:../publish/package/nativescript-plugin-firebase-7.4.6.tgz",
"nativescript-theme-core": "^1.0.4",
"nativescript-unit-test-runner": "^0.3.4",
"tns-core-modules": "~4.2.0"
Expand Down
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"firebase-functions": "^2.0.5",
"nativescript-plugin-firebase": "file:../publish/package/nativescript-plugin-firebase-7.4.5.tgz",
"nativescript-plugin-firebase": "file:../publish/package/nativescript-plugin-firebase-7.4.6.tgz",
"nativescript-theme-core": "^1.0.4",
"nativescript-unit-test-runner": "^0.3.4",
"tns-core-modules": "~5.0.5"
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-plugin-firebase",
"version": "7.4.5",
"version": "7.4.6",
"description": "Fire. Base. Firebase!",
"main": "firebase",
"typings": "index.d.ts",
Expand Down

0 comments on commit 654d3e8

Please sign in to comment.