We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52df6e7 commit bd32f55Copy full SHA for bd32f55
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.6.2
4
+
5
+* Enhancements
6
+ * Synchronize new project files to better match the versions from `mix new`
7
8
## 1.6.1
9
10
* Enhancements
mix.exs
@@ -1,7 +1,7 @@
defmodule Nerves.Bootstrap.Mixfile do
use Mix.Project
- @version "1.6.1"
+ @version "1.6.2"
@source_url "https://github.com/nerves-project/nerves_bootstrap"
def project do
0 commit comments