Skip to content

Commit a2ee1e1

Browse files
committed
Set version to 1.1.0 in preparation for release
1 parent 38fd96e commit a2ee1e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ of dependencies in `mix.exs`:
3535
```elixir
3636
def deps do
3737
[
38-
{:wait_for_it, "~> 1.0.0"}
38+
{:wait_for_it, "~> 1.1.0"}
3939
]
4040
end
4141
```

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule WaitForIt.Mixfile do
44
def project do
55
[
66
app: :wait_for_it,
7-
version: "1.0.0",
7+
version: "1.1.0",
88
description: "Elixir library for waiting for things to happen",
99
source_url: "https://github.com/jvoegele/wait_for_it",
1010
elixir: "~> 1.5",

0 commit comments

Comments
 (0)