Skip to content

Commit

Permalink
build: switch module path to dbohdan.com
Browse files Browse the repository at this point in the history
v0.9.3
  • Loading branch information
dbohdan committed Dec 28, 2024
1 parent d10b0df commit 759c924
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/dbohdan/memsparkline
module dbohdan.com/memsparkline

go 1.21

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{'▁', '▂', '▃', '▄', '▅', '▆', '▇', '█'}
Expand Down

0 comments on commit 759c924

Please sign in to comment.