From c41cdac98963d50e2a3e099edc730be6e8c9a7e4 Mon Sep 17 00:00:00 2001 From: SunSung W541 Date: Thu, 23 May 2024 16:13:09 +0200 Subject: [PATCH] * main [1.7.1] : md --- README.md | 11 ++++++++++- _run/minor-ver | 2 +- const.go | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7574434..ad986fc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,15 @@ -# htmlValidator +![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) + +![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) +![GitHub repo size](https://img.shields.io/github/repo-size/fRead-dev/htmlValidator) +# htmlValidator + 1. Абзац - def `

` - лево `

` diff --git a/_run/minor-ver b/_run/minor-ver index 1e8b314..7f8f011 100644 --- a/_run/minor-ver +++ b/_run/minor-ver @@ -1 +1 @@ -6 +7 diff --git a/const.go b/const.go index 8c15af3..3381e2d 100644 --- a/const.go +++ b/const.go @@ -1,5 +1,5 @@ package htmlValidator -const GlobalVersion string = "1.5.5" +const GlobalVersion string = "1.6.1" const GlobalDateUpdate string = "05-23-2024" const GlobalName string = "htmlValidator"