Skip to content

Commit

Permalink
Fixed semantic versioning (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kardbord committed Dec 10, 2023
1 parent 6c147eb commit cb1a020
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion caption-image_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"os"
"testing"

"github.com/Kardbord/imgflipgo"
"github.com/Kardbord/imgflipgo/v2"
"github.com/joho/godotenv"
)

Expand Down
2 changes: 1 addition & 1 deletion example/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"os"
"time"

"github.com/Kardbord/imgflipgo"
"github.com/Kardbord/imgflipgo/v2"
"github.com/joho/godotenv"
)

Expand Down
2 changes: 1 addition & 1 deletion get-memes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package imgflipgo_test
import (
"testing"

"github.com/Kardbord/imgflipgo"
"github.com/Kardbord/imgflipgo/v2"
)

func TestGetMemesResponse(t *testing.T) {
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/Kardbord/imgflipgo
module github.com/Kardbord/imgflipgo/v2

go 1.17

Expand Down

0 comments on commit cb1a020

Please sign in to comment.