Skip to content

Commit

Permalink
Bump version to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Jun 13, 2016
1 parent 3a6506e commit 621f4d6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.0.6

* New features
* Use elixir_make

## v0.0.5

* Bugs fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,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.0.5"}]
[{:nerves_uart, "~> 0.0.6"}]
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 NervesUart.Mixfile do
use Mix.Project

@version "0.0.5"
@version "0.0.6"

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

0 comments on commit 621f4d6

Please sign in to comment.