Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hebertcisco committed Sep 22, 2024
1 parent dea4598 commit e3c6e79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -75,5 +75,5 @@ Or buy me a coffee 🙌🏾

## 📝 License

Copyright © 2023 [Hebert F Barros](https://github.com/hebertcisco).<br />
Copyright © 2024 [Hebert F Barros](https://github.com/hebertcisco).<br />
This project is [MIT](LICENSE) licensed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit e3c6e79

Please sign in to comment.