Skip to content

Commit 108a9b6

Browse files
committed
feat: bump v2
1 parent 7864cd0 commit 108a9b6

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# letteravatar
22

3-
[![GoDoc](https://godoc.org/github.com/tnb-labs/letteravatar?status.svg)](https://godoc.org/github.com/tnb-labs/letteravatar)
3+
[![GoDoc](https://godoc.org/github.com/tnb-labs/letteravatar/v2?status.svg)](https://godoc.org/github.com/tnb-labs/letteravatar/v2)
44
[![Go](https://img.shields.io/github/go-mod/go-version/tnb-labs/letteravatar)](https://go.dev/)
5-
[![Release](https://img.shields.io/github/release/tnb-labs/letteravatar.svg)](https://github.com/tnb-labs/letteravatar/releases)
6-
[![Test](https://github.com/tnb-labs/letteravatar/actions/workflows/test.yml/badge.svg)](https://github.com/tnb-labs/letteravatar/actions)
7-
[![Report Card](https://goreportcard.com/badge/github.com/tnb-labs/letteravatar)](https://goreportcard.com/report/github.com/tnb-labs/letteravatar)
5+
[![Release](https://img.shields.io/github/release/tnb-labs/letteravatar.svg)](https://github.com/tnb-labs/letteravatar/v2/releases)
6+
[![Test](https://github.com/tnb-labs/letteravatar/v2/actions/workflows/test.yml/badge.svg)](https://github.com/tnb-labs/letteravatar/v2/actions)
7+
[![Report Card](https://goreportcard.com/badge/github.com/tnb-labs/letteravatar/v2)](https://goreportcard.com/report/github.com/tnb-labs/letteravatar/v2)
88
[![License](https://img.shields.io/github/license/tnb-labs/letteravatar)](https://mit-license.org/)
99

1010
Letter avatar generation for Go.
@@ -43,7 +43,7 @@ img, err := letteravatar.Draw(100, []rune{'A'}, &letteravatar.Options{
4343

4444
## Documentation
4545

46-
[https://godoc.org/github.com/tnb-labs/letteravatar](https://godoc.org/github.com/tnb-labs/letteravatar)
46+
[https://godoc.org/github.com/tnb-labs/letteravatar/v2](https://godoc.org/github.com/tnb-labs/letteravatar/v2)
4747

4848
## Examples
4949

@@ -68,7 +68,7 @@ import (
6868
"os"
6969
"unicode/utf8"
7070

71-
"github.com/tnb-labs/letteravatar"
71+
"github.com/tnb-labs/letteravatar/v2"
7272
)
7373

7474
var names = []string{

example/example.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"os"
77
"unicode/utf8"
88

9-
"github.com/tnb-labs/letteravatar"
9+
"github.com/tnb-labs/letteravatar/v2"
1010
)
1111

1212
var names = []string{

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/tnb-labs/letteravatar
1+
module github.com/tnb-labs/letteravatar/v2
22

33
go 1.23.0
44

0 commit comments

Comments
 (0)