Skip to content

Commit e35343b

Browse files
committed
Retract wrongly published versions
1 parent c5b1d63 commit e35343b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Command line application for downloading map tiles from given WMS server.
55
### Installation
66

77
```
8-
go install github.com/lmikolajczak/wms-tiles-downloader@v0.3.0
8+
go install github.com/lmikolajczak/wms-tiles-downloader@latest
99
```
1010

1111
Go will automatically install it in your $GOPATH/bin directory which should be in your $PATH.
@@ -77,5 +77,5 @@ root@df62f3f34fef:/tiles# tree
7777
### Alternative - use as a library ([pkg.go.dev](https://pkg.go.dev/github.com/lmikolajczak/wms-tiles-downloader/wms))
7878

7979
```
80-
go get github.com/lmikolajczak/wms-tiles-downloader@v0.3.0
80+
go get github.com/lmikolajczak/wms-tiles-downloader@latest
8181
```

go.mod

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,9 @@ require (
2222
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
2323
gopkg.in/yaml.v3 v3.0.1 // indirect
2424
)
25+
26+
retract (
27+
// Wrongly published versions
28+
v2.0.0+incompatible
29+
v1.0.0
30+
)

0 commit comments

Comments
 (0)