We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64c3e36 commit 57de7b4Copy full SHA for 57de7b4
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 1.10.3
4
+
5
+* New project generator updates
6
+ * Update dependency versions to latest
7
+ * Add NervesMOTD to the `iex.exs`
8
+ * Add more comments to commonly edited locations in the `mix.exs`
9
10
## 1.10.2
11
12
* New project generator updates
mix.exs
@@ -1,7 +1,7 @@
defmodule Nerves.Bootstrap.MixProject do
use Mix.Project
- @version "1.10.2"
+ @version "1.10.3"
@source_url "https://github.com/nerves-project/nerves_bootstrap"
def project do
0 commit comments