Skip to content

Commit b36496e

Browse files
committed
feat: bump as minor version change due to behavior change
1 parent ada0198 commit b36496e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule AssertMatch.MixProject do
66
app: :assert_match,
77
description:
88
"Leverages pattern matching & pipeline in Elixir tests by pipe-friendly `assert_match/2`",
9-
version: "1.0.0",
9+
version: "1.1.0",
1010
elixir: "~> 1.10",
1111
package: package(),
1212
deps: [{:ex_doc, "~> 0.27", only: :dev, runtime: false}]

0 commit comments

Comments
 (0)