diff --git a/README.md b/README.md index 34e0b62..b436b7d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![Go Build & Test](https://github.com/tmaffia/raiderio/actions/workflows/go.yml/badge.svg) -Raider go is a wrapper for the raider.io API written in Go +Wrapper for the raider.io API written in Go ## Usage diff --git a/go.mod b/go.mod index 55d6c65..9946d82 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/tmaffia/raiderio go 1.21 -retract [v0.1.0, v0.1.7] // Retract all pre-documented versions +retract [v0.1.0, v0.2.0] // Retract all pre-documented versions