diff --git a/README.md b/README.md index 2d89d87..565d94f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ContainerFlow -![Tests](https://img.shields.io/badge/tests-37%20passing-brightgreen) +[![CI](https://github.com/RGJorge/ContainerFlow/actions/workflows/ci.yml/badge.svg)](https://github.com/RGJorge/ContainerFlow/actions/workflows/ci.yml) [![License: AGPL-3.0](https://img.shields.io/badge/License-AGPL--3.0-blue.svg)](https://www.gnu.org/licenses/agpl-3.0) [![Release](https://img.shields.io/github/v/tag/RGJorge/containerflow?label=version&color=green)](https://github.com/RGJorge/containerflow/tags) ![Docker Required](https://img.shields.io/badge/Docker-required-blue?logo=docker) diff --git a/package.json b/package.json index 8b5eea1..4c3c30d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "containerflow", - "version": "0.1.1", + "version": "0.1.2", "license": "AGPL-3.0-or-later", "author": "Jorge Gonzalez D. (RGJorge)", "type": "module",