Skip to content

Commit

Permalink
Fix v4.0.0 module versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyLV committed May 20, 2024
1 parent 234f28c commit f633987
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 @@ -21,7 +21,7 @@
## Usage

```go
import "github.com/lokalise/go-lokalise-api/v3" // with go modules enabled (GO111MODULE=on or outside GOPATH)
import "github.com/lokalise/go-lokalise-api/v4" // with go modules enabled (GO111MODULE=on or outside GOPATH)
import "github.com/lokalise/go-lokalise-api" // with go modules disabled
```

Expand Down
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Package lokalise provides functions to access the Lokalise web API.
Usage:
import "github.com/lokalise/go-lokalise-api/v2" // with go modules enabled (GO111MODULE=on or outside GOPATH)
import "github.com/lokalise/go-lokalise-api/v4" // with go modules enabled (GO111MODULE=on or outside GOPATH)
import "github.com/lokalise/go-lokalise-api" // with go modules disabled
Initializing the client
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/lokalise/go-lokalise-api/v3
module github.com/lokalise/go-lokalise-api/v4

require (
github.com/go-resty/resty/v2 v2.1.0
Expand Down

0 comments on commit f633987

Please sign in to comment.