Skip to content

Commit

Permalink
bump up version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jechol committed Jul 26, 2023
1 parent 67dda43 commit d38ee40
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 @@ -16,7 +16,7 @@ If you are not comfortable with "Railway oriented programming", see [Railway ori
```elixir
def deps do
[
{:rail, "~> 1.0.1"}
{:rail, "~> 1.1.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Rail.MixProject do
app: :rail,
description: "Railway oriented programming for Elixir",
docs: docs(),
version: "1.0.1",
version: "1.1.0",
elixir: "~> 1.13",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit d38ee40

Please sign in to comment.