diff --git a/README.md b/README.md index d485851..bd8bc58 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ are attached to [releases](https://github.com/dbohdan/memsparkline/releases). Install Go, then run the following command: ```shell -go install github.com/dbohdan/memsparkline@latest +go install dbohdan.com/memsparkline@latest ``` ## Build requirements diff --git a/go.mod b/go.mod index 57ca125..9dd4a79 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/dbohdan/memsparkline +module dbohdan.com/memsparkline go 1.21 diff --git a/main.go b/main.go index 98c6f6b..efb480c 100644 --- a/main.go +++ b/main.go @@ -56,7 +56,7 @@ const ( defaultWait = -1 sparklineLowMaximum = 10000 usageDivisor = 1 << 20 // Report memory usage in binary megabytes. - version = "0.9.2" + version = "0.9.3" ) var sparklineTicks = []rune{'▁', '▂', '▃', '▄', '▅', '▆', '▇', '█'}