Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
akoutmos committed Jul 11, 2024
1 parent 2ed81f6 commit 304113d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The package can be installed by adding `:unplug` to your list of dependencies in
```elixir
def deps do
[
{:unplug, "~> 1.0.0"}
{:unplug, "~> 1.1.0"}
]
end
```
Expand Down Expand Up @@ -211,10 +211,10 @@ plug Unplug,

Unplug provides the following composition predicates out of the box:

| Predicate | Description |
| ------------------------ | -----------------------------------------------------------------------------------|
| `Unplug.Compose.All` | Given a list of predicates, execute the plug if all of the predicates return true. |
| `Unplug.Compose.Any` | Given a list of predicates, execute the plug if any of the predicates return true. |
| Predicate | Description |
| -------------------- | ---------------------------------------------------------------------------------- |
| `Unplug.Compose.All` | Given a list of predicates, execute the plug if all of the predicates return true. |
| `Unplug.Compose.Any` | Given a list of predicates, execute the plug if any of the predicates return true. |

## Attribution

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Unplug.MixProject do
def project do
[
app: :unplug,
version: "1.0.0",
version: "1.1.0",
elixir: "~> 1.8",
elixirc_paths: elixirc_paths(Mix.env()),
name: "Unplug",
Expand Down

0 comments on commit 304113d

Please sign in to comment.