From 0b24471627ba06dca11f9fb5a5cda8d1c973c195 Mon Sep 17 00:00:00 2001 From: elij Date: Sat, 26 Oct 2024 12:49:59 -0700 Subject: [PATCH] fix readme --- README.md | 2 +- gleam.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"