Skip to content

Commit 1f1a60d

Browse files
committed
v1.6.3 release
1 parent 2dadc70 commit 1f1a60d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.6.3
4+
5+
* Enhancements
6+
* Don't allow projects to be named `nerves`. Those won't work anyway.
7+
38
## 1.6.2
49

510
* Enhancements

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Nerves.Bootstrap.Mixfile do
22
use Mix.Project
33

4-
@version "1.6.2"
4+
@version "1.6.3"
55
@source_url "https://github.com/nerves-project/nerves_bootstrap"
66

77
def project do

0 commit comments

Comments
 (0)