Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tynanbe committed Mar 1, 2023
1 parent adc8940 commit ad8731e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## v1.1.1 - 2023-03-01

- Fixed a bug where `command` did not behave as expected with the Deno
JavaScript runtime.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@ end

```erlang
{deps, [
{shellout, "1.1.0"}
{shellout, "1.1.1"}
]}.
```
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "shellout"
version = "1.1.0"
version = "1.1.1"
description = "A Gleam library for cross-platform shell operations"
licences = ["Apache-2.0"]

Expand Down

0 comments on commit ad8731e

Please sign in to comment.