Skip to content

Commit

Permalink
0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Sep 9, 2016
1 parent 38530a4 commit ffcfc4a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## v0.2.0-dev
## v0.1.1

* New features
* Enable experimental feature on Windows to use prebuilt
port binary. Feedback appreciated.

## v0.1.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ If [available in Hex](https://hex.pm/docs/publish), the package can be installed
1. Add `nerves_uart` to your list of dependencies in `mix.exs`:

def deps do
[{:nerves_uart, "~> 0.1.0"}]
[{:nerves_uart, "~> 0.1.1"}]
end

2. List `:nerves_uart` as an application dependency:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Nerves.UART.Mixfile do
use Mix.Project

@version "0.2.0-dev"
@version "0.1.1"

@description """
Discover and use UARTs and serial ports in Elixir.
Expand Down

0 comments on commit ffcfc4a

Please sign in to comment.