From b113828a4d4a5cfaa2764a3074b8e975f6b58be0 Mon Sep 17 00:00:00 2001 From: SunSung W541 Date: Thu, 23 May 2024 19:25:57 +0200 Subject: [PATCH] * main [1.9.1] : fix --- README.md | 2 +- _run/minor-ver | 2 +- const.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"