We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada0198 commit b36496eCopy full SHA for b36496e
mix.exs
@@ -6,7 +6,7 @@ defmodule AssertMatch.MixProject do
6
app: :assert_match,
7
description:
8
"Leverages pattern matching & pipeline in Elixir tests by pipe-friendly `assert_match/2`",
9
- version: "1.0.0",
+ version: "1.1.0",
10
elixir: "~> 1.10",
11
package: package(),
12
deps: [{:ex_doc, "~> 0.27", only: :dev, runtime: false}]
0 commit comments