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 Nov 5, 2020
1 parent 7ea80fe commit 6704e66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"@nativescript/core": "~7.0.13",
"@nativescript/firebase": "file:../publish/package/nativescript-firebase-11.1.2.tgz",
"@nativescript/firebase": "file:../publish/package/nativescript-firebase-11.1.3.tgz",
"@nativescript/unit-test-runner": "~1.0.2",
"firebase-functions": "^2.0.5",
"nativescript-theme-core": "^1.0.4"
Expand Down
6 changes: 3 additions & 3 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@nativescript/firebase",
"version": "11.1.2",
"version": "11.1.3",
"description": "Fire. Base. Firebase!",
"main": "firebase",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"android": "7",
"ios": "7"
"android": "7.0.0",
"ios": "7.0.0"
},
"hooks": [
{
Expand Down

0 comments on commit 6704e66

Please sign in to comment.