diff --git a/README.md b/README.md index 2c95618..8ea3150 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Version generation for GitHub Actions -![CI Build](https://github.com/HardNorth/github-version-generate/workflows/CI%20Build/badge.svg?branch=master) +[![CI Build](https://github.com/HardNorth/github-version-generate/actions/workflows/ci.yml/badge.svg)](https://github.com/HardNorth/github-version-generate/actions/workflows/ci.yml) [![License](https://img.shields.io/badge/License-Apache%202.0-brightgreen.svg)](https://opensource.org/licenses/Apache-2.0) diff --git a/package.json b/package.json index bed43c4..e1f5057 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "version-generate", - "version": "1.1.1", + "version": "1.1.2", "description": "A GitHub action for reading, bumping, generating, formatting applications versions in release pipelines", "main": "index.js", "scripts": {