From be1fed172effdb5c737112d704d65ab319d98ccf Mon Sep 17 00:00:00 2001 From: Orbis25 Date: Sun, 19 Dec 2021 00:54:52 -0400 Subject: [PATCH 1/2] status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57da6bf..78713ce 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This library is an implementation of the firebase repository pattern and some helpers to facilitate the work of developers using firebase. -[![GitHub actions](https://github.com/Orbis25/fire-repo/actions/workflows/actions.yml/badge.svg)](https://github.com/Orbis25/fire-repo/actions/workflows/actions.yml) +[![Main actions](https://github.com/Orbis25/fire-repo/actions/workflows/main.yml/badge.svg)](https://github.com/Orbis25/fire-repo/actions/workflows/main.yml) `npm i fire-repo` From b14be8b9437f30a6452b764bd50f1a3f22481977 Mon Sep 17 00:00:00 2001 From: Orbis25 Date: Sun, 19 Dec 2021 00:55:07 -0400 Subject: [PATCH 2/2] status badge --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 827b33e..e8c1b16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fire-repo", - "version": "1.1.1", + "version": "1.1.2", "description": "This package is create to add repository pattern to firebase and implementing a helpers for help developers to write fast code.", "main": "index.js", "scripts": {