We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d1ced2 commit 5682cfeCopy full SHA for 5682cfe
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.6.0
4
+
5
+* Enhancements
6
+ * Updated new project generator to use Elixir ~> 1.9
7
8
## 1.5.3
9
10
* Bug fixes
mix.exs
@@ -4,7 +4,7 @@ defmodule Nerves.Bootstrap.Mixfile do
def project do
[
app: :nerves_bootstrap,
- version: "1.5.3",
+ version: "1.6.0",
elixir: "~> 1.7",
aliases: aliases(),
xref: [exclude: [Nerves.Env, Nerves.Artifact]],
0 commit comments