Skip to content

Commit

Permalink
Merge pull request #14 from vforgione/bump-to-1.1.1
Browse files Browse the repository at this point in the history
Bump to 1.1.1
  • Loading branch information
vforgione authored Jan 7, 2024
2 parents 6865935 + 6ccb487 commit 24197a4
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 @@ -52,7 +52,7 @@ in `mix.exs`:
```elixir
def deps do
[
{:pg_ranges, "~> 1.1.0"}
{:pg_ranges, "~> 1.1.1"}
]
end
```
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 PgRanges.MixProject do
def project do
[
app: :pg_ranges,
version: "1.1.0",
version: "1.1.1",
elixir: "~> 1.11",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 24197a4

Please sign in to comment.