diff --git a/README.md b/README.md index ad986fc..83de9ef 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![Fork GitHub Release](https://img.shields.io/github/v/release/fRead-dev/htmlValidator) ![Tests](https://github.com/fRead-dev/htmlValidator/actions/workflows/go-test.yml/badge.svg) -[![Go Report Card](https://goreportcard.com/badge/github.com/fRead-dev/TimeRules)](https://goreportcard.com/report/github.com/fRead-dev/htmlValidator) +[![Go Report Card](https://goreportcard.com/badge/github.com/fRead-dev/htmlValidator)](https://goreportcard.com/report/github.com/fRead-dev/htmlValidator) ![GitHub repo file or directory count](https://img.shields.io/github/directory-file-count/fRead-dev/htmlValidator?color=orange) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/fRead-dev/htmlValidator?color=green) diff --git a/_run/minor-ver b/_run/minor-ver index 45a4fb7..ec63514 100644 --- a/_run/minor-ver +++ b/_run/minor-ver @@ -1 +1 @@ -8 +9 diff --git a/const.go b/const.go index b231217..674c8e8 100644 --- a/const.go +++ b/const.go @@ -1,5 +1,5 @@ package htmlValidator -const GlobalVersion string = "1.7.2" +const GlobalVersion string = "1.8.1" const GlobalDateUpdate string = "05-23-2024" const GlobalName string = "htmlValidator"