Skip to content

Commit ad2f87e

Browse files
committed
Merge pull request #1 from lowks/patch-1
Add version 1.1.x to mix.exs
2 parents ae23d6e + 9bcfdf1 commit ad2f87e

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
@@ -4,7 +4,7 @@ defmodule PatternTap.Mixfile do
44
def project do
55
[app: :pattern_tap,
66
version: "0.2.1",
7-
elixir: "~> 1.0",
7+
elixir: "~> 1.0 or ~> 1.1.0",
88
description: """
99
Macro for tapping into a pattern match while using the pipe operator
1010
""",

0 commit comments

Comments
 (0)