We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 761b3f8 commit 0b40806Copy full SHA for 0b40806
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## Changelog
2
3
+## v2.1.4
4
+
5
+* Bug fixes
6
+ * Ensure module is trying to be compiled when checking that if this module is Construct definition
7
8
## v2.1.3
9
10
* Enhancements
mix.exs
@@ -4,7 +4,7 @@ defmodule Construct.Mixfile do
def project do
[
app: :construct,
- version: "2.1.3",
+ version: "2.1.4",
elixir: "~> 1.4",
deps: deps(),
elixirc_paths: elixirc_paths(Mix.env),
0 commit comments