Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dropwhile committed Oct 26, 2024
1 parent 93beb77 commit 0186247
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "gbase32_clockwork"
version = "2.0.1"
version = "2.0.2"
gleam = ">= 0.32.0"

description = "base32 clockwork in gleam"
Expand Down

0 comments on commit 0186247

Please sign in to comment.