From e3c6e7938a3bbca76959871aea6c1ba0dde8d302 Mon Sep 17 00:00:00 2001 From: hebertcisco Date: Sun, 22 Sep 2024 22:32:49 +0000 Subject: [PATCH] v0.2.2 --- LICENSE | 2 +- README.md | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 691e234..f0c4919 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Hebert Cisco +Copyright (c) 2024 Hebert F Barros Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 8d5f13d..f866e27 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ import { CommonService } from './common.service'; @Module({ imports: [ AdminModule.register({ - credential: { + credential: { projectId: 'my-project-id', clientEmail: 'my-client-email', privateKey: 'my-private-key', @@ -75,5 +75,5 @@ Or buy me a coffee 🙌🏾 ## 📝 License -Copyright © 2023 [Hebert F Barros](https://github.com/hebertcisco).
+Copyright © 2024 [Hebert F Barros](https://github.com/hebertcisco).
This project is [MIT](LICENSE) licensed. diff --git a/package.json b/package.json index d7c6252..61781b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nestjs-firebase-admin", - "version": "0.2.1", + "version": "0.2.2", "description": "Firebase Admin SDK for Nestjs", "author": "Hebert Cisco", "license": "MIT",