diff --git a/README.md b/README.md index 272c335..4366aa2 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ pub fn main() { |> result.map(string.uppercase) |> should.equal(Ok("CSQPYRK1E8")) - // create a reusable encoder + // create a reusable decoder let decode = gbase32.new_encoder() // a decoder will decode both upper and lowercase diff --git a/gleam.toml b/gleam.toml index 8587126..380032a 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "gbase32_clockwork" -version = "2.0.1" +version = "2.0.2" gleam = ">= 0.32.0" description = "base32 clockwork in gleam"