From 254ac52f8ec6738c3fa7fbfbd8f9169853d79d4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Du=C5=A1an=20Mitrovi=C4=87?= Date: Sun, 15 Oct 2023 13:47:11 +0200 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dušan Mitrović --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98405e6..90e5ec4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # JMBG [![License: LGPL v3](https://img.shields.io/badge/License-LGPL_v3-blue.svg)](https://github.com/dusnm/jmbg/blob/main/LICENSE) -![semver](https://img.shields.io/badge/semver-0.1.0-blue) +![semver](https://img.shields.io/badge/semver-1.0.0-blue) ![Tests](https://github.com/dusnm/jmbg/actions/workflows/test.yml/badge.svg?branch=main) [![Go Report Card](https://goreportcard.com/badge/github.com/dusnm/jmbg)](https://goreportcard.com/report/github.com/dusnm/jmbg) @@ -36,7 +36,7 @@ Make sure you have Go installed ([download here](https://go.dev/dl/)). Initialize your project in a directory of your choice and run `go mod init github.com/your-username/your-repo-name`. Then install the package with the `go get` command: ```shell -go get -u github.com/dusnm/jmbg@v0.1.0 +go get -u github.com/dusnm/jmbg@v1.0.0 ``` ## Basic usage