Skip to content

Commit

Permalink
v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jshawl committed Jun 6, 2024
1 parent 5636763 commit 988d313
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/strings/priv/static/strings.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2485,8 +2485,8 @@ function from_base64(value3) {
}
}
}
function to_base64(s) {
let _pipe = s;
function to_base64(value3) {
let _pipe = value3;
let _pipe$1 = bit_array_from_string(_pipe);
return base64_url_encode(_pipe$1, true);
}
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 = "lustre_hash_state"
version = "0.0.6"
version = "0.0.7"
target = "javascript"
repository = { type = "github", user = "jshawl", repo = "lustre_hash_state" }
description = "lustre effects for maintaining application state in the hash fragment"
Expand Down

0 comments on commit 988d313

Please sign in to comment.